@codeauthors/cleanui

0.0.8 • Public • Published

Clean UI

A clean SASS responsive UI framework built around HTML5 elements and intuitive class names.

Get Started by using any HTML5 website (using tags like: HEADER, SECTION, FOOTER, etc.) and see how Clean UI can help transform it to a clean website instantly without any helper classes.

Should you need more flexibility or have a custom website, please use our special class names for refinement.

To install:

Run the following command inside your nodejs project:

npm i @codeauthors/cleanui

OR

yarn add @codeauthors/cleanui

Basic

In react:

import '@codeauthors/cleanui';

Advanced

Inside your own 'style.scss' file add the following:

@import '@codeauthors/cleanui/style.scss';

To overide:

Before your @import add any overrides:

$primary-color: red;
$primary-color-shadow: darkred;

Package Sidebar

Install

npm i @codeauthors/cleanui

Weekly Downloads

0

Version

0.0.8

License

SEE LICENSE IN LICENSE

Unpacked Size

12.6 kB

Total Files

5

Last publish

Collaborators

  • nathanmlee