@heroitvn/shacnui
v0.1.1
Published
Shared shadcn/ui-style components for the monorepo
Readme
@heroitvn/shacnui
Shared shadcn/ui-style components for the monorepo, exposed as deep imports under ui/*.
Usage
Import components by path:
import { Button } from "@heroitvn/shacnui/ui/button";
// Other entries live under packages/shacnui/src/ui/The export map uses @heroitvn/shacnui/ui/* → ./src/ui/* (see package.json "exports").
Dependencies
@heroitvn/utils— includescn()for class merging
Peer dependencies
reactandreact-dom(aligned with the app)
Scripts
| Command | Description |
| ------------------- | -------------- |
| npm run typecheck | tsc --noEmit |
License
MIT
