Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 556 Bytes

File metadata and controls

31 lines (20 loc) · 556 Bytes

@stateless-studio/ui-react

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

Installation

npm install @stateless-studio/ui-react

Quick Start

Basic Usage

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

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

Contributing

License

Licensed under the MIT License.