INSTALLATION
Add any component with a single command. The shadcn CLI downloads the source into your project and installs dependencies automatically.
1
First time only — init shadcn + add registry
If you don't have shadcn set up yet, initialise it first:
Then add the scificn registry to components.json:
2
Add globals.css — required once
Copy src/styles/globals.css from the scificn-ui repo into your project, then import it at your root:
This file defines every design token — CSS variables, Tailwind @theme blocks, glow animations, and the three theme overrides. Components won't render correctly without it.
3
Add components
Install one or several at a time. The CLI copies the source into your project and runs npm install for any peer dependencies:
4
Use it