@input-output-hk/front-end-site-components
Version:
Opinionated React components for IOHK's front-end web team
43 lines (32 loc) • 1.62 kB
Markdown
<h1 align="center">
IOHK front-end site components
</h1>
<p align="center">
Opinionated React components for IOHK's front-end web team.
</p>
<p align="center">
<a href="issues" title="IOHK Front-end Site Components issues">
<img src="https://img.shields.io/github/issues/input-output-hk/front-end-site-components.svg" alt="IOHK Front-end Site Components issues" />
</a>
<img src="https://img.shields.io/github/forks/input-output-hk/front-end-site-components.svg" alt="Fork IOHK Front-end Site Components" />
<img src="https://img.shields.io/github/stars/input-output-hk/front-end-site-components.svg" alt="IOHK Front-end Site Components stars" />
<a href="LICENSE.md" title="IOHK Front-end Site Components license">
<img src="https://img.shields.io/github/license/input-output-hk/front-end-site-components.svg" alt="IOHK Front-end Site Components license" />
</a>
<img src="https://img.shields.io/circleci/build/github/input-output-hk/front-end-site-components.svg" alt="CircleCI build">
<img src="https://coveralls.io/repos/github/input-output-hk/front-end-site-components/badge.svg?branch=master" alt="Test coverage" />
</p>
<br />
## Installation
```bash
npm i --save @input-output-hk/front-end-site-components
```
or
```bash
yarn add @input-output-hk/front-end-site-components
```
## Components
* [Footer](docs/components/Footer.md)
* [Styles](docs/components/Styles.md)
## Contributing
Contributions are welcome via pull requests, likewise reported issues will be monitored. For more see [contributing](docs/contributing.md) and [code of conduct](docs/code_of_conduct.md).