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

https://github.com/stevesims/govuk-frederic


https://github.com/stevesims/govuk-frederic

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# govuk-frederic

- Frederic component library. More detailed description forthcoming.

## Usage

```sh
npm install govuk-frederic styled-components --save
```

```js
import { Arrow } from 'govuk-frederic';

const Page = () => (




);
```

See the [Storybook](https://stevesims.github.io/govuk-frederic/) for examples of all available components.

## Contributors

- [Steve Sims](https://github.com/stevesims)
- [Taran Chauhan](https://github.com/taranchauhan)
- [Gavin Orland](https://github.com/gavinorland)