1.0.3 • Published 8 months ago

@netu-si/netu-react-dsf-components v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

1.0.3

8 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

10 months ago

0.0.15

12 months ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago