Installation
Choose how to add Creator Plugins UI to your project.
There are two ways to use the library. Pick whichever fits your workflow.
Package
Install the full library as an npm dependency. Every component is available from a single import.
npm install @lottiefiles/creator-plugins-uiSee the Package guide for setup details.
Registry
Install individual components as source code using the shadcn CLI. You get full control over each file.
npx shadcn@latest add @lottiefiles/buttonSee the Registry guide for setup details.
Comparison
| Feature | Package | Registry |
| Installation | pnpm add @lottiefiles/creator-plugins-ui | npx shadcn@latest add @lottiefiles/button |
| Bundle size | Full library | Individual components |
| Customization | CSS variable overrides | Modify source directly |
| Updates | pnpm update | shadcn add --overwrite |
Last updated: August 5, 2026 at 11:47 AMEdit this page