🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

l-clarity-ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

l-clarity-ui

CSS for Clarity

latest
Source
npmnpm
Version
0.10.16
Version published
Weekly downloads
5
-68.75%
Maintainers
1
Weekly downloads
 
Created
Source

Installing Clarity UI

  • Install Clarity UI package through npm:

    npm install clarity-ui
    
  • Install Clarity Icons package through npm:

    npm install clarity-icons
    
  • Include the clarity-ui.min.css and clarity-icons.min.css in your HTML file:

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

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

FAQs

Package last updated on 04 Nov 2017

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