hextastudio/ui needs your support to stay running 🫶 Help us

Registration Form

A login and signup form example with Tabs.

Preview

Login

Enter your email and password to login to your account.

Installation

bash
npx hexta-ui add tabs button input

tsx
import { Tab, TabProvider, TabHeader, TabContent } from "@/components/hexta-ui/Tabs";
import { Button } from "@/components/hexta-ui/Button";
import { Input } from "@/components/hexta-ui/Input";

Login Component

SignUp Component

Registration Form