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

Bento Grid

Bento Grid layout with stunning components and customization options.

Preview

Customization

Customize any components with your own style seamlessly!

Guess the correct OTP

-
Hint - Count to 5 (this is array)

Stunning Components

Copy and Paste Modern components without any efforts.

Your project, Your code

The components added to working directory, instead of node_modules.

Complete Code

bash
npx hexta-ui add button toast inputotp toggle

tsx
import { Button } from "@/components/hexta-ui/Button";
import { Toast } from "@/components/hexta-ui/Toast";
import { OTP } from "@/components/hexta-ui/InputOTP";
import { Toggle } from "@/components/hexta-ui/Toggle";

bash
npm install cobe