Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 725 Bytes

@session/ui

This package contains the shared UI components for the Session Web Ecosystem. The UI component library is a collection of UI components for Next.js apps and uses Tailwind CSS, Radix UI, and Shadcn/ui.

Getting Started

You can follow the generic instructions in the root README.md to get started.

Development

We generate all base UI components using Shadcn/ui.

Adding a new base UI component

You can use the following command to add a new Shadcn/ui component:

pnpm ui:add <COMPONENT_NAME>