Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Concise UI

Basic user interface kit for Concise CSS

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.

Installation

Using NPM

npm install concise-ui
@import 'node_modules/concise-ui/concise-ui'

Using the CDN

<!-- 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">

License

MIT - James Kolce, Keenan Payne & Concise CSS Contributors.

About

Basic User Interface kit for Concise CSS

Resources

License

Packages

No packages published
You can’t perform that action at this time.