Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 545 Bytes

govuk-frederic

  • Frederic component library. More detailed description forthcoming.

Usage

npm install govuk-frederic emotion react-emotion --save
import { Arrow } from 'govuk-frederic';

const Page = () => (
  <div>
    <Arrow />
  </div>
);

See the Storybook for examples of all available components.

Contributors