mcs-component
v0.1.0
Published
Reusable shadcn/ui-based component library extracted from the front-end-best-practice project.
Downloads
9
Readme
mcs-component
Internal workspace package exposing this project's shared component layer.
What it includes:
src/components/ui/*registry-backedshadcn/uiprimitivessrc/components/shared/date-picker.tsxsrc/components/theme/theme-provider.tsxsrc/components/theme/theme-toggle.tsxsrc/components/layout/app-shell.tsxcnutilitystyles.cssentrypoint containing the package-owned tokens and component styles
Current scope:
- This is a workspace package for the current monorepo
- The app consumes this package through
mcs-component - App-specific theme orchestration such as
ThemeCustomizerandThemeSyncintentionally stays outside the package - The package can now be typechecked and built locally with
pnpm run typecheck:ui-packageandpnpm run build:ui-package
Usage:
import "mcs-component/styles.css";
import { Button, Card, DatePicker } from "mcs-component";