Skip to content
/ flat-ui Public
forked from designmodo/Flat-UI

Flat UI - Design Framework (HTML, CSS, JS). Flat UI Kit is made on the basis of Twitter Bootstrap, a comfortable, responsive, and functional framework that simplifies the development of websites.

Notifications You must be signed in to change notification settings

harp/flat-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

harp-flat-ui

A comfortable, responsive, and functional framework built upon LESS and Bootstrap.

Dependencies

  • NodeJSServer-side JavaScript runtime
  • HarpThe static web server with built-in preprocessing

Install

To install Flat UI, you can download this repository or use the Component package manager.

npm install -g component
component install harp/flat-ui

Your project will look something like this…

myproject/                  <-- your project root (or public dir if in framework-mode)
  |- components/            <-- harp puts components here
  |   +- harp-flat-ui/      <-- where this lib gets installed
  |       …
  |- main.less              <-- where you reference Bootstrap 
  +- index.jade             <-- where you reference main.css

Link

Now, from within a .less file in your project, you can @import Bootstrap and Flat UI:

@import "components/harp-bootstrap/less/_bootstrap.less";
@import "components/harp-bootstrap/less/_flat-ui.less";

Or, just a portion of Bootstrap:

@import "components/harp-bootstrap/less/_variables.less";
@import "components/harp-bootstrap/less/_mixins.less";
@import "components/harp-bootstrap/less/_grid.less";

Resources

License

This component is Flat UI, which is MIT and Creative Commons Attribution 3.0 Unported licensed.

About

Flat UI - Design Framework (HTML, CSS, JS). Flat UI Kit is made on the basis of Twitter Bootstrap, a comfortable, responsive, and functional framework that simplifies the development of websites.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 81.2%
  • JavaScript 18.8%