0.0.8 • Published 2 years ago

@codeauthors/cleanui v0.0.8

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
2 years ago

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;
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3-0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago