Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailmogilnikov/blur
Collection of React components and utilities for building modern web applications.
https://github.com/mikhailmogilnikov/blur
motion react ui ui-components ui-library
Last synced: 9 days ago
JSON representation
Collection of React components and utilities for building modern web applications.
- Host: GitHub
- URL: https://github.com/mikhailmogilnikov/blur
- Owner: mikhailmogilnikov
- Created: 2025-01-12T15:18:10.000Z (9 days ago)
- Default Branch: prod
- Last Pushed: 2025-01-12T15:57:59.000Z (9 days ago)
- Last Synced: 2025-01-12T16:32:23.477Z (9 days ago)
- Topics: motion, react, ui, ui-components, ui-library
- Language: TypeScript
- Homepage: https://blur-ui-storybook.vercel.app
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blur
Collection of React components and utilities for building modern web applications.
Visit [Storybook](https://blur-ui-storybook.vercel.app/) to see the components in action.
### Contributing
##### Install dependencies
```bash
make i
```##### Running dev server
```bash
make dev
```##### Building packages
```bash
make build
```