@pzh-ui/components
v0.0.581
Published
Contains default components to use in Provincie Zuid-Holland projects.
Downloads
949
Readme
@pzh-ui/components
This package contains default components to use in Provincie Zuid-Holland projects.
Add the NPM package for the components. The component library can be imported as a whole, or per component.
In order to add the entire component library, install @pzh-ui/components using your favorite package manager.
For example, yarn add @pzh-ui/components
.
After installing the dependency, you can start using the components as follows:
import { Button } from '@pzh-ui/components'
function Page() {
return <Button label="Click here" />
}