0.2.1 • Published 7 years ago

concise-ui v0.2.1

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

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.