Now.ts UI

Next

Introduction

Now.ts UI is a component library built on top of shadcn/ui to help you build fullstack React applications faster. It provides pre-built components for authentication, forms, dialogs, and more.

Components are available via the standard shadcn CLI:

pnpm dlx shadcn@latest add https://ui.nowts.app/r/<component>.json

For example, to install the Submit Button component, you can run:

pnpm dlx shadcn@latest add https://ui.nowts.app/r/submit-button.json

TanStack Form

Dialog Manager

Form Management

You can explore all components here or view the source code on GitHub.