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

Settings Section

A settings section with notification settings and members section.

Preview

Notifications

Push Notifications

Push notifications

Get push notifications to get notified about latest events. You can turn them off anytime.

Email Notifications

New notifications

Direct Messages

Weekly performance stats

Installation

bash
npx hexta-ui add toggle

tsx
import { Toggle } from "@/components/hexta-ui/Toggle";

Preview

Members

Invite your team members to collaborate.

Installation

bash
npx hexta-ui add avatar button menu

tsx
import { Avatar } from "@/components/hexta-ui/Avatar";
import { Button } from "@/components/hexta-ui/Button";
import { Menu, MenuItem } from "@/components/hexta-ui/Menu";