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

https://github.com/andikhadian/component-library

React component library
https://github.com/andikhadian/component-library

components-library reactjs storybook typescript

Last synced: 4 months ago
JSON representation

React component library

Awesome Lists containing this project

README

          

# React Component Library

[Explore the Components](https://component-library-andikhadev.vercel.app)

Table of Contents

- [🚀 Getting Started](#-getting-started)
- [☕ Usage](#-usage)
- [🌍 Browser Support](#-browser-support)
- [🍫 Examples & Documentation](#-examples--documentation)
- [🔨 Build](#-build)
- [🤝Contributing](#contributing)

## 🚀 Getting Started

Install the package using npm or yarn

```sh
yarn add @andikhadian/component-library

or

npm install @andikhadian/component-library
```
Run storybook

```sh
npm run storybook
```

Run the Unit tests

```sh
npm run test
```

## ☕ Usage

```tsx
import { Button } from "@andikhadian/component-library";

const App = () => {
return (


Hello Button

);
};

export default App;
```

## 🌍 Browser Support

| ![Chrome](https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![IE](https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Opera](https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Safari](https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png) |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| Chrome | Firefox | Microsoft Edge | Opera | Safari |

## 🍫 Examples & Documentation

For more thorough examples and the API details visit the [storybook](https://component-library-andikhadev.vercel.app)

## 🤝Contributing

Contributions, ideas and PR's are welcome!

1. [Fork it](https://github.com/andikhadian/component-library/fork)
2. Create your feature branch (`git checkout -b new-feature`)
3. Commit your changes (`git commit -am 'Add feature'`)
4. Push to the branch (`git push origin new-feature`)
5. Create a new Pull Request