@entrepta/registry
v1.1.0
Published
entrepta design system — component registry
Maintainers
Readme
@entrepta/registry
The component registry for entrepta, a dark-first design system.
This package is the source of truth for entrepta's components, themes, and tokens. The @entrepta/cli reads from it.
You probably do not want to install this directly
Components are copy-paste. Use the CLI:
npx @entrepta/cli@latest init
npx @entrepta/cli@latest add button cardOr open the docs and copy any component by hand via its Manual tab.
What's inside
@entrepta/registry/
├── styles/ globals.css + 6 theme presets
├── lib/ cn helper
├── primitives/ button, badge, input, card, dialog, dropdown, tooltip, tabs
├── layout/ status-bar, top-nav
├── feedback/ toast, skeleton, command-palette
├── content/ code-block
└── hooks/ use-command-paletteAll files ship as raw .tsx / .ts. Consumers compile via their own TypeScript config.
License
MIT. Built by Anna Maria.
