https://github.com/stevesims/govuk-frederic
https://github.com/stevesims/govuk-frederic
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevesims/govuk-frederic
- Owner: stevesims
- License: mit
- Created: 2018-06-05T14:02:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T15:08:45.000Z (over 7 years ago)
- Last Synced: 2025-08-08T16:55:09.897Z (12 months ago)
- Language: JavaScript
- Homepage: https://stevesims.github.io/govuk-frederic/
- Size: 5.32 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)