2.0.0 • Published 7 months ago

@sikt/sds-footer v2.0.0

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

@sikt/sds-footer

Consume

npm i -s @sikt/sds-footer

React

import { Footer } from "@sikt/sds-footer";
import "@sikt/sds-footer/dist/index.css";
import "@sikt/sds-logo/dist/index.css";

<Footer>{/*content goes here*/}</Footer>;

Stylesheets & custom markup

Import stylesheet:

@import url("@sikt/sds-footer");
@import url("@sikt/sds-logo");

Create custom markup:

<div class="sds-footer">
  <!-- content goes here -->
</div>
1.1.0

11 months ago

2.0.0

7 months ago

1.0.1

1 year ago

1.0.0

1 year ago