Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

React UI Library


npm
MIT License
NPM Downloads
GitHub language count
GitHub top language


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
# or

yarn 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

Ramesh Mane

MIT @ Ramesh Mane