Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rameshmane7218/react-ui-library
React UI Library provides a set of accessible and customizable React components that make it easy to create websites.
https://github.com/rameshmane7218/react-ui-library
a11y react-components reactjs storybook styled-components typescript ui-components
Last synced: about 15 hours ago
JSON representation
React UI Library provides a set of accessible and customizable React components that make it easy to create websites.
- Host: GitHub
- URL: https://github.com/rameshmane7218/react-ui-library
- Owner: rameshmane7218
- License: mit
- Created: 2022-10-30T12:48:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T07:31:52.000Z (over 2 years ago)
- Last Synced: 2025-01-20T16:44:47.738Z (24 days ago)
- Topics: a11y, react-components, reactjs, storybook, styled-components, typescript, ui-components
- Language: TypeScript
- Homepage: https://react-ui-component-library.netlify.app/
- Size: 37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React UI Library
React UI Library provides a set of accessible and customizable React components that make it easy to create websites.
## Installation
```bash
npm install @rameshmane7218/react-ui-library# Peer Dependencies - Also Required
npm install react react-dom styled-components @rameshmane7218/react-ui-library
# oryarn add @rameshmane7218/react-ui-library
# Peer Dependencies - Also Required
yarn add react react-dom styled-components @rameshmane7218/react-ui-library
```## Getting Started
Here is a simple example of a basic app using React UI Library `Button` component
```jsx
import { Button } from '@rameshmane7218/react-ui-library';function App() {
return Hello World;
}
```[click here to see full documentationđź“ť](https://react-ui-component-library.netlify.app/)
## License