Web Dev
Quick start
All components in the design system uses the npm scopes
@ntds. The following show how you install and import a Button from the @ntds/button:
yarn add @ntds/button
Now you can use them:
import { Button } from '@ntds/button';
Each component will have the details on how you install and import them.