@mayocream/ui
v0.0.8
Published
A collection of Animated UI Components for React created with Framer Motion and Radix.
Readme
UI
Animated UI components for React, built with Framer Motion, Tailwind CSS, Radix Primitives, and TypeScript.
Preview the components at mayocream.github.io/ui.
Installation
npm install @mayocream/uiUsage
import { Button } from '@mayocream/ui'Development
Storybook is used for development. To run Storybook locally:
pnpm i
pnpm storybook