🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

@clr/ui

Package Overview
Dependencies
Maintainers
7
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clr/ui

CSS for Clarity

Source
npmnpm
Version
0.11.2-patch
Version published
Weekly downloads
20K
-5.13%
Maintainers
7
Weekly downloads
 
Created
Source

Installing Clarity UI

  • Install Clarity UI package through npm:

    npm install @clr/ui
    
  • Install Clarity Icons package through npm:

    npm install @clr/icons
    
  • Include the clr-ui.min.css and clr-icons.min.css files in your HTML file:

    <link rel="stylesheet" href="path/to/node_modules/@clr/ui/clr-ui.min.css">
    <link rel="stylesheet" href="path/to/node_modules/@clr/icons/clr-icons.min.css">
    
  • Include the clr-icons.min.js in your HTML file:

    <script src="path/to/node_modules/clr-icons/clr-icons.min.js"></script>
    
  • Write your HTML with the Clarity CSS class names and markup.

FAQs

Package last updated on 26 Jan 2018

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