moumenlab
v0.1.1
Published
Install moumenlab components into your app — npx moumenlab add <component>
Downloads
30
Maintainers
Readme
moumenlab
Install moumenlab components into your React + Tailwind app.
npx moumenlab add hover-expand-icon-strip
npx moumenlab add otp-segmented-input drag-to-reorder-list
npx moumenlab add schedule-builder -c apps/web # monorepo: target the app workspace
npx moumenlab listadd validates the component names against the live registry, then delegates to
shadcn add so you get dependency install, theme-token merging, path-alias
resolution and overwrite prompts for free. You can always call shadcn directly:
npx shadcn@latest add https://lab.moumen.dev/r/hover-expand-icon-strip.jsonRequirements
- Node 18+
- A React 19 + Tailwind CSS v4 project (the shadcn CLI handles the rest)
Environment
MOUMENLAB_REGISTRY— override the registry origin (defaults tohttps://lab.moumen.dev). Useful for testing against a local build.
License
MIT © Moumen Soliman
