@nl-design-system-candidate/paragraph-react
v2.0.0
Published
Displays a paragraph of text
Downloads
88
Keywords
Readme
Paragraph
Installation
Using npm
npm install @nl-design-system-candidate/paragraph-react
Using pnpm
pnpm add @nl-design-system-candidate/paragraph-react
Using yarn
yarn add @nl-design-system-candidate/paragraph-react
Usage
If you just want the React component
import { Paragraph } from '@nl-design-system-candidate/paragraph-react';
If you want the React component with styles
import { Paragraph } from '@nl-design-system-candidate/paragraph-react/css';
Properties
| Property | Description | Type | Default |
| ------------ | ------------------------------- | ------------------- | ----------- |
| appearance
| The appearance of the Paragraph | "lead"
|"small"
| undefined
|