1.8.2 • Published 1 year ago

@norwaypost/mybring-iconsystem v1.8.2

Weekly downloads
279
License
ISC
Repository
-
Last release
1 year 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.2

1 year ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.2

3 years ago

1.6.3

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago

1.6.2

5 years ago

1.6.1

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago