# Introduction
Build plugin UIs with the Creator Plugins component library.

Creator Plugins UI is a React component library for plugin interfaces, built on top of popular [Base UI](https://base-ui.com) primitives.

The components are designed to be customizable and stylable through semantic CSS variables, component variants, and `className` overrides.

This documentation site covers installation, theming, and all exported components from `@lottiefiles/creator-plugins-ui`.

## What you get

- Compact plugin components built on top of Base UI
- Customizable and stylable with CSS variables, variants, and `className`
- Light and dark theme support via CSS variables
- Type-safe APIs with TypeScript

## Start here

<Grid columns="2">
  <Card title="Installation" href="/en/creator-plugins/ui-library/installation" variant="interactive">
    Install the package, import styles, and verify your setup.
  </Card>

  <Card title="Theming" href="/en/creator-plugins/ui-library/theming" variant="interactive">
    Customize colors and tokens via CSS variables.
  </Card>

  <Card title="Components" href="/en/creator-plugins/ui-library/components/button" variant="interactive">
    Browse all components with usage and prop reference.
  </Card>
</Grid>
