Basic user interface kit for Concise CSS
⚠️ Notice: This project is not actively maintained. Reach out to @keenanpayne or @jaiheravi if you would like to chat about it ✌🏻
Concise UI is one of the official add-ons for Concise CSS. It provides a basic user interface kit to help you build your websites quicker.
Components follow the RSCSS coding convention.
npm install concise-ui
@import 'node_modules/concise-ui/concise-ui'
<!-- Normal - Latest version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise-ui/concise-ui.css">
<!-- Minified - Latest version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise-ui/concise-ui.min.css">
That is for the latest version, if you want to use a specific one you can do something like the following:
<!-- Normal - Specific version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise-ui/v0.2.0/concise-ui.css">
<!-- Minified - Specific version -->
<link rel="stylesheet" href="https://cdn.concisecss.com/concise-ui/v0.2.0/concise-ui.min.css">
MIT - James Kolce, Keenan Payne & Concise CSS Contributors.