3.0.0 • Published 6 months ago

@sikt/sds-section v3.0.0

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

@sikt/sds-section

Consume

npm i -s @sikt/sds-section

React

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

<Section
  headingLevel="h2"
  headingText="Header"
  linkHref="www.internet.com"
  linkLabel="Clickable label"
/>;

Stylesheets & custom markup

Import stylesheet:

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

Create custom markup:

<div class="sds-section">...</div>
3.0.0

6 months ago

2.0.0

7 months ago

1.0.1

1 year ago

1.0.0

1 year ago