2.1.1 • Published 2 months ago

@sikt/sds-footer v2.1.1

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
2 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>
2.1.1

2 months ago

2.1.0

5 months ago

2.0.1

8 months ago

1.1.0

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago