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-ui

See 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/button

See the Registry guide for setup details.

Comparison

FeaturePackageRegistry
Installationpnpm add @lottiefiles/creator-plugins-uinpx shadcn@latest add @lottiefiles/button
Bundle sizeFull libraryIndividual components
CustomizationCSS variable overridesModify source directly
Updatespnpm updateshadcn add --overwrite
Last updated: August 5, 2026 at 11:47 AMEdit this page