https://github.com/bavix/babichev-design
https://github.com/bavix/babichev-design
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bavix/babichev-design
- Owner: bavix
- License: mit
- Created: 2025-11-25T15:51:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-11-26T18:20:25.000Z (9 months ago)
- Last Synced: 2025-12-22T20:51:53.273Z (8 months ago)
- Language: TypeScript
- Homepage: https://bavix.github.io/babichev-design/
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# @bavix/babichev-design
Pixel-style design system built with React, TypeScript, and Tailwind CSS.
## Installation
```bash
npm install @bavix/babichev-design
```
## Usage
```tsx
import { Button, Box, Badge } from '@bavix/babichev-design';
import '@bavix/babichev-design/styles';
function App() {
return (
Click me
New
);
}
```
## Development
```bash
npm install
npm run dev
```
## License
MIT