Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 520 Bytes

File metadata and controls

30 lines (19 loc) · 520 Bytes

ROI UI

Documentation

Built with Fumadocs and MDX.

Components

The core component library is located in the ui directory and built on Base UI.

Registry

The library uses the shadcn/ui registry distribution system.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.