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

https://github.com/aiherrera/react-navbar

A simple & easy to use navbar
https://github.com/aiherrera/react-navbar

aih-public-showcase components react

Last synced: 3 months ago
JSON representation

A simple & easy to use navbar

Awesome Lists containing this project

README

        

# React Component Library

[![Build status](https://badge.buildkite.com/90ff98db996bb137c5be1bdce666c4b1ce68a25b17af0a6a04.svg?branch=master)](https://buildkite.com/harvey/react-component-library)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

### **Note**: This is an simplified & customized fork from [react-component-library](https://github.com/HarveyD/react-component-library) by Harvey Delaney

This project skeleton was created to help people get started with creating their own React component library using:

- [Rollup](https://github.com/rollup/rollup)
- [Sass](https://sass-lang.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Storybook](https://storybook.js.org/) to help you create and show off your components
- [Jest](https://jestjs.io/) and [React Testing Library](https://github.com/testing-library/react-testing-library) enabling testing of the components

## Development

### Testing

```
npm run test
```

### Building

```
npm run build
```

### Storybook

To run a live-reload Storybook server on your local machine:

```
npm run storybook
```

To export your Storybook as static files:

```
npm run storybook:build
```