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

Billing page

An example page for product Billing page.

Preview

Subscribe to hextastudio/ui

$ 199.99

One time Payment

hextastudio/ui premium++

One time payment

$ 199.99

Save $299 with annual billing

Subtotal

$199.99

Tax

Tax

$ 0.00

Total

$ 199.99

@HextaStudio 2024, All rights reserved.

Pay with Card

Securely save my information for 1-click checkout

By confirming subscription, you allow us to charge your card for this and future payments in accordance with terms. You can always cancel your subscription.

Complete Code

bash
npx hexta-ui add button tooltip input badge toggle

tsx
import { Button } from "@/components/hexta-ui/Button";
import { Tooltip, TooltipProvider, TooltipTrigger, TooltipContent } from "@/components/hexta-ui/Tooltip";
import { Input } from "@/components/hexta-ui/Input";
import { Badge } from "@/components/hexta-ui/Badge";
import { Toggle } from "@/components/hexta-ui/Toggle";