sibiraj-s / react-ui

React UI Components and utilities

Home Page:https://sibiraj-s.github.io/react-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React UI

React UI components built with panda css and utilities.

Usage

import { Button } from 'react-ui';

const MyComponent = () => {
  return <Button>Click Me</Button>;
};

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.

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

About

React UI Components and utilities

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


Languages

Language:TypeScript 99.7%Language:HTML 0.2%Language:JavaScript 0.1%Language:CSS 0.1%