# @stateless-studio/ui-react

Modern, clean, and accessible UI components for react/next.js

## Installation

```bash
npm install @stateless-studio/ui-react
```

## Quick Start

### Basic Usage

```tsx
import { Button } from '@stateless-studio/ui-react/components/buttons';

export function MyPage() {
	return <Button>Click me!</Button>;
}
```

## Contributing

- [Contributing Guide](./CONTRIBUTING.md)
- [Setup Guide](./docs/guides//setup.md)
- [Development Guide](./docs/guides/development.md)

## License

Licensed under the [MIT License](LICENSE.md).
