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

https://github.com/bavix/babichev-design


https://github.com/bavix/babichev-design

Last synced: 7 months ago
JSON representation

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