An open API service indexing awesome lists of open source software.

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.

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