Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sibiraj-s/react-ui
- Owner: sibiraj-s
- Created: 2022-08-08T08:29:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T16:07:14.000Z (3 months ago)
- Last Synced: 2025-01-06T15:41:09.844Z (14 days ago)
- Topics: react, stitches
- Language: TypeScript
- Homepage: https://sibiraj-s.github.io/react-ui
- Size: 7.46 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/