4.2.0 • Published 2 months ago

@sikt/sds-button v4.2.0

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
2 months ago

@sikt/sds-button

Consume

npm i -s @sikt/sds-button

React

import { Button } from "@sikt/sds-button";
import "@sikt/sds-button/dist/index.css";

<Button>Hello, World!</Button>;

Stylesheets & custom markup

Import stylesheet:

@import url("@sikt/sds-button");

Create custom markup:

<button class="sds-button sds-button--primary">
  <span class="sds-button__label">Hello, World!</span>
</button>
4.1.0

2 months ago

4.0.1

8 months ago

4.2.0

2 months ago

4.0.0

9 months ago

3.1.1

1 year ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago