This package has been deprecated

Author message:

Please consider migrating to ODX - odx.draeger.com

@uib/css

10.14.1 • Public • Published

@uib/css

The official css component 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/css

Use

The components are available as precompiled css file in the themes bright and highvis. In addition, a night mode is available as separate theme file, for use in combination with either the bright or highvis theme.

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

@import in SCSS

Import the desired theme file(s) into your styles.scss:

@import 'node_modules/@uib/css/themes/draeger-theme-highvis.css';

OR <link> in HTML

Copy the desired theme file(s) from node_modules/@uib/css/themes into your assets folder and use in your index.html:

<!DOCTYPE html>
<html>
  <head>
    <!-- Bright theme stylesheet -->
    <link "href="/dist/assets/draeger-theme-bright.css" rel="stylesheet">
    <!-- Highvis theme stylesheet -->
    <!--<link "href="/dist/assets/draeger-theme-highvis.css" rel="stylesheet">-->
    <!-- Night theme stylesheet -->
    <!--<link "href="/dist/assets/draeger-theme-night.css" rel="stylesheet">-->
  </head>

  <!-- etc. -->

</html>

Live demo

Please refer to our Storybook to see the components in action and to get further information.

Readme

Keywords

none

Package Sidebar

Install

npm i @uib/css

Weekly Downloads

372

Version

10.14.1

License

SEE LICENSE IN license.txt

Unpacked Size

429 kB

Total Files

25

Last publish

Collaborators

  • ingsoc
  • kevin.wardenga