Skip to content

React UI Library provides a set of accessible and customizable React components that make it easy to create websites.

License

Notifications You must be signed in to change notification settings

rameshmane7218/react-ui-library

Repository files navigation

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

About

React UI Library provides a set of accessible and customizable React components that make it easy to create websites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published