@sikt/sds-badge
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

@sikt/sds-badge

Consume

npm i -s @sikt/sds-badge

React

import { Badge } from "@sikt/sds-badge";
import "@sikt/sds-badge/dist/index.css";

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

The badge can be marked as active by using the active-prop, altering its appearance:

<Badge active>I am Active!</Badge>

Icons can be added to the badge by passing an sds-icon with the icon-prop.

import { Badge } from "@sikt/sds-badge";
import { InfoIcon } from "@sikt/sds-icon";
import "@sikt/sds-badge/dist/index.css";
import "@sikt/sds-icon/dist/index.css";

<Badge icon={<InfoIcon />}>Information</Badge>;

Stylesheets & custom markup

Import stylesheet:

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

Create custom markup:

<span class="sds-badge"> Hello, World! </span>

Readme

Keywords

none

Package Sidebar

Install

npm i @sikt/sds-badge

Weekly Downloads

275

Version

2.0.1

License

UNLICENSED

Unpacked Size

12.8 kB

Total Files

11

Last publish

Collaborators

  • andreassolberg
  • 42tte
  • andreassolberg2