0.2.0 • Published 3 years ago

def-clr-ui v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installing DEF-Clarity UI

  1. Install DEF-Clarity UI package through npm:

    npm install @def/clr-ui
  2. Install DEF-Clarity Icons package through npm:

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

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

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

0.1.0

3 years ago

0.2.0

3 years ago

4.0.15

3 years ago