@alien-id/ui-kit-react
v0.1.4
Published
UI components for Alien miniapps.
Keywords
Readme
@alien-id/ui-kit-react
UI components for Alien miniapps.
Installation
bun add @alien-id/ui-kit-react
# or
npm install @alien-id/ui-kit-reactImport styles in your app entry:
import "@alien-id/ui-kit-react/styles.css";Storybook
Browse all components and their variants in the live Storybook:
https://main.d1duwphdfo3vec.amplifyapp.com
To run Storybook locally:
npm run storybookComponents
- Buttons — Primary, Secondary, Tertiary, Tinted variants
- Input — Basic text input
- FloatingLabelInput — Input with animated floating label
- BottomSheet — Draggable bottom sheet built on vaul-base
- PriceChart — Interactive area chart with period selection
See the Storybook for live examples, props, and usage.
Theming
CSS custom properties are used for theming — see styles/global.css for available variables.
