You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@uib/icons

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uib/icons

Icons, iconfont and SVG sprites for Usability is Blue design guideline

3.18.0
latest
npmnpm
Version published
Maintainers
2
Created
Source

@uib/icons

The official icon library for use in web applications designed in accordance with the Dräger "Usability is Blue" design manual.

NPM

semantic-release

Install

Requires Node version 12.16 or above.

npm install @uib/icons

Use

There are different approaches for using the css styles in your project:

Copy the files from node_modules/@uib/icons into your assets folder and use in your index.html:

<!DOCTYPE html>
<html>
  <head>
    <link href="/dist/assets/css/iconfont.css" rel="stylesheet">
  </head>

  <!-- etc. -->
</html>

OR @import in SCSS

Import the iconfont.css file into your styles.scss:

@import 'node_modules/@uib/icons/css/uib-iconfont.css';

Live demo

Please refer to our Live demo, to get an overview of available icons.

Keywords

UIB

FAQs

Package last updated on 06 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts