1.8.1 • Published 7 months ago

@norwaypost/mybring-iconsystem v1.8.1

Weekly downloads
279
License
ISC
Repository
-
Last release
7 months ago

Mybring Icon System

How to use with a React app

Install @norwaypost/mybring-iconsystem using npm or yarn.

import { ServiceIcon, Mybicon } from '@norwaypost/mybring-iconsystem'
<Mybicon name="mybicon-search" />
<Mybicon
  name="mybicon-search"
  className="optional-classname"
  iconTitle="optional-title"
  width="{16}"
  height="{16}"
/>
<ServiceIcon name="serviceicon-building" />
<ServiceIcon
  name="serviceicon-building"
  className="optional-classname"
  iconTitle="optional-title"
  width="{48}"
  height="{48}"
/>

Props:

The react component accepts the props name, className, iconTitle, width and height. Only name is required.

1.8.1

7 months ago

1.8.0

7 months ago

1.7.2

2 years ago

1.6.3

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago