@ternetin/ui
v0.1.0
Published
Add internet-ui components to your project. Base UI + Tailwind, shadcn-style.
Maintainers
Readme
@ternetin/ui
CLI for copying internet-ui components into a React project. Components use Base UI, Tailwind CSS v4, and Motion. Generated source belongs to the consuming project; no internet-ui runtime package is installed.
Usage
npx @ternetin/ui init
npx @ternetin/ui add button input dialogRun commands from the project root. init writes internet-ui.json and installs the theme and shared utilities. add resolves component dependencies, rewrites aliases, installs required packages with the detected package manager, and writes component source.
npx @ternetin/ui add --help
npx @ternetin/ui add button --overwrite
npx @ternetin/ui add button --no-install
npx @ternetin/ui add button --registry https://ui.ter.net.inSee full documentation and Storybook.
