Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sibiraj-s/react-ui

React UI Components and utilities
https://github.com/sibiraj-s/react-ui

react stitches

Last synced: 12 days ago
JSON representation

React UI Components and utilities

Awesome Lists containing this project

README

        

# React UI

> React UI components built with [panda css][panda] and utilities.

## Usage

```js
import { Button } from 'react-ui';

const MyComponent = () => {
return Click Me;
};
```

## Development

For development, you can run the Storybook instance by running the dev command in the terminal. This will start the Storybook's development server, allowing you to view and test the components in isolation.

```bash
npm run dev
```

## Components

- AlertDialog
- AspectRatio
- Avatar
- Badge
- Button
- Link
- Text
- Heading
- Input
- Textarea
- Label
- TextField
- TextareaField
- Switch
- Spinner
- ProgressBar
- ProgressCircle
- TimeField
- DateField
- Portal

### Hooks

- useConst
- useObjectRef

[panda]: https://panda-css.com/