Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.8 KB

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

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

import { Button } from '@rameshmane7218/react-ui-library';

function App() {
  return <Button>Hello World</Button>;
}

click here to see full documentation📝

License

Ramesh Mane

MIT @ Ramesh Mane