3.1.1 • Published 4 months ago

@sikt/sds-button v3.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 months ago

@sikt/sds-button

Consume

npm i -s @sikt/sds-button

React

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

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

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>
3.1.1

4 months ago

3.1.0

6 months ago

3.0.1

7 months ago

3.0.0

7 months ago

2.2.0

8 months ago

2.1.0

9 months ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago