Socket
Book a DemoInstallSign in
Socket

@uib/css

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uib/css

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

10.14.1
latest
npmnpm
Version published
Weekly downloads
279
-10.86%
Maintainers
2
Weekly downloads
 
Created
Source

@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';

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.

FAQs

Package last updated on 09 Aug 2022

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.