Getting Started
UI Library
- Button
- Date Picker
- Field
- Fields
- Input Group
- File Uploader
- Signature Pad
- Text Area
- Container
- Section Header
- Separator
- Spacer
- Action Row
- Breadcrumb
- Tabs
- Tabs Container
- Card
- Image
- Text
- Title
- Video Player
- Card Collection
- Data Grid
- List Collection
- Table Collection
- Bar Chart
- Big Number
- Line Chart
- Radial Chart
- Hint
- Progress
- Spinner
- Skeleton
- Toast
- Sheet
- Dialog
- Real-world patterns
- Primitives
Module not found: @pex/ui-web
Make sure @pex/ui-web is listed in your app's package.json and you've run pnpm install from the monorepo root.
Components are unstyled
Ensure Tailwind CSS 4 is scanning the @pex/ui-web source. Add it to your content config:
@source "../../../packages/ui-web/src/**/*.tsx";Type errors on component props
Run pnpm --filter=@pex/ui-web build to ensure the package types are up to date.