@fellesdatakatalog/ui
v1.0.14
Published
React UI components for Felles Datakatalog
Downloads
227
Readme
@fellesdatakatalog/ui
Library of React components for FDK frontend apps.
How to use
yarn add @fellesdatakatalog/ui// In your app stylesheet
@import '@fellesdatakatalog/ui/dist/styles.css';import { HelpText } from '@fellesdatakatalog/ui';
<HelpText>This is my helptext</HelpText>Otherwise run this repo locally and have a look at the embedded Storybook for additional component documentation and usage examples.
yarn storybookContributing
Prerequisites
Running locally
Clone the repository:
git clone https://github.com/Informasjonsforvaltning/fdk-ui.git --recurse-submodules
cd fdk-ui
corepack enable
yarn install
yarn storybookGo to http://localhost:6006 (should open automatically)
