UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

37 lines (24 loc) 774 B
# Aksel React-components React-components for Nav's design system. - Uses styling defined in `@navikt/ds-css` - All components are implemented with React.forwardRef! - Most components extend native html-elements. ## Installation ```bash yarn add @navikt/ds-react npm install @navikt/ds-react ``` ## Usage Remember to also import `@navikt/ds-css` for styling! ```javascript import { Button } from "@navikt/ds-react"; function App() { return <Button variant="secondary">Click me!</Button>; } ``` ## Learn more - [Docs](https://aksel.nav.no/komponenter) - [Storybook](https://aksel.nav.no/storybook/) - [ds-css README](https://github.com/navikt/aksel/blob/main/%40navikt/core/css/README.md) ## License [MIT](https://github.com/navikt/aksel/blob/main/LICENSE)