Détail du package

@navikt/ds-react

navikt16.1kMIT7.25.1

React components from the Norwegian Labour and Welfare Administration.

react, typescript, javascript, Nav

readme

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

  yarn add @navikt/ds-react
  npm install @navikt/ds-react

Usage

Remember to also import @navikt/ds-css for styling!

import { Button } from "@navikt/ds-react";

function App() {
  return <Button variant="secondary">Click me!</Button>;
}

Learn more

License

MIT