### Installing Clarity UI 1. Install Clarity UI package through npm: ``` npm install @clr/ui ``` 2. Install Clarity Icons package through npm: ``` npm install @clr/icons ``` 3. Include the clr-ui.min.css and clr-icons.min.css files in your HTML file: ``` ``` 4. Include the clr-icons.min.js in your HTML file: ``` ``` 5. Write your HTML with the Clarity CSS class names and markup.