3.42.8 • Published 8 months ago

@danske/sapphire-react v3.42.8

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
8 months ago

@danske/sapphire-react

This is the implementation of Sapphire design system containing reusable react components.

List of Components

To view the list of available components you can npm run storybook from this folder

Use a component

npm i @danske/sapphire-react

note: When using npm version less than 7 @danske/sapphire-icons is required to be installed manually in order to use Icon component and other Components which uses Icon internally.

After this you can import component and start using it.

import { Button } from '@danske/sapphire-react';

const MyApp = () => {
  return (
    <Button variant="primary" onPress={() => console.log('Click!')}>
      My Button
    </Button>
  );
};

You will find more example in storybook documentation

3.42.8

8 months ago

3.42.4

9 months ago

3.42.5

9 months ago

3.42.6

9 months ago

3.42.7

9 months ago

3.42.2

9 months ago

3.42.3

9 months ago

3.40.1

9 months ago

3.42.0

9 months ago

3.42.1

9 months ago

3.40.0

9 months ago

3.39.5

9 months ago

3.39.4

9 months ago

3.39.3

10 months ago

3.39.1

10 months ago

3.39.2

10 months ago

3.38.1

10 months ago

3.38.0

10 months ago

3.37.2

10 months ago

3.22.0

1 year ago

3.21.0

1 year ago

3.24.0

1 year ago

3.22.2

1 year ago

3.20.4

1 year ago

3.23.0

1 year ago

3.22.1

1 year ago

3.18.7

1 year ago

3.35.1

11 months ago

3.34.2

11 months ago

3.37.0

10 months ago

3.35.2

10 months ago

3.34.3

11 months ago

3.37.1

10 months ago

3.35.3

10 months ago

3.34.4

11 months ago

3.17.0

1 year ago

3.31.0

12 months ago

3.30.1

12 months ago

3.32.0

12 months ago

3.31.1

12 months ago

3.30.2

12 months ago

3.33.0

12 months ago

3.32.1

12 months ago

3.30.3

12 months ago

3.34.0

11 months ago

3.33.1

12 months ago

3.32.2

12 months ago

3.30.4

12 months ago

3.34.1

11 months ago

3.33.2

11 months ago

3.32.3

12 months ago

3.26.0

1 year ago

3.25.1

1 year ago

3.25.0

1 year ago

3.24.1

1 year ago

3.20.5

1 year ago

3.28.0

1 year ago

3.26.1

1 year ago

3.0.0

1 year ago