0.0.14 • Published 3 months ago

@netu-si/netu-react-dsf-components v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.

Related sites and projects

GOV-CY

0.0.14

3 months ago

0.0.13

4 months ago

0.0.12

4 months ago

0.0.10

5 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago