https://github.com/mayocream/ui
Motion and sketch based UI on top of the Radix Primitives.
https://github.com/mayocream/ui
Last synced: 4 months ago
JSON representation
Motion and sketch based UI on top of the Radix Primitives.
- Host: GitHub
- URL: https://github.com/mayocream/ui
- Owner: mayocream
- License: mit
- Created: 2024-10-14T06:23:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T13:02:09.000Z (over 1 year ago)
- Last Synced: 2025-08-23T21:14:26.493Z (10 months ago)
- Language: TypeScript
- Homepage: https://mayocream.github.io/ui/
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UI
Animated UI components for React, built with [Framer Motion](https://www.framer.com/motion/), Tailwind CSS, Radix Primitives, and TypeScript.
Preview the components at [mayocream.github.io/ui](https://mayocream.github.io/ui/).
## Installation
```bash
npm install @mayocream/ui
```
## Usage
```tsx
import { Button } from '@mayocream/ui'
```
## Development
Storybook is used for development. To run Storybook locally:
```bash
pnpm i
pnpm storybook
```