@netu-si/netu-react-dsf-components
v1.0.4
Published
React Component Library Using the GOV-CY DSF Design System
Downloads
237
Readme
netu-react-dsf-components
An implementation of the GOV-CY Design System in React
Usage
yarn install @netu-si/netu-react-dsf-components
import { DSFButton } from 'netu-react-dsf-components';
const MyComponent = ({ title }) => (
<div>
<h1>{title}</h1>
<DSFButton id="submitBtn">Submit</DSFButton>
</div>
);
See the Storybook for examples of all available components.