0.0.11 • Published 1 year ago

@ircc-ca/ds-sdc-react v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ds-sdc-react

UNDER DEVELOPMENT and not ready to be used

This package contains React components for the Digital Journey Labs Design System

Getting started

To install the IRCC Digital Journey Labs Design System React components, you will need to run the following command using npm:

npm install --save-dev @ircc-ca/ds-sdc-react

Usage

To use a component, you can import it in the .tsx from the package as the following example:

import { DjlButton } from '@ircc-ca/ds-sdc-react';

function App() {
    return (
        <div>
            <DjlButton color="critical" category="primary" type="button">
                Red button
            </DjlButton>
        </div>
    );
}

export default App;
0.0.49

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.44

1 year ago

0.0.42

1 year ago

0.0.40

1 year ago

0.0.37

1 year ago

0.0.35

1 year ago

0.0.33

1 year ago

0.0.31

1 year ago

0.0.36

1 year ago

0.0.34

1 year ago

0.0.32

1 year ago

0.0.27

1 year ago

0.0.25

1 year ago

0.0.23

1 year ago

0.0.21

1 year ago

0.0.18

1 year ago

0.0.15

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago