LuccaSA / lucca-ui

Framework Sass & Angular by Lucca

Home Page:http://luccasa.github.io/lucca-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready Build Status Dependency Status

Lucca-ui

Framework Sass & Angular by Lucca luccaSA.github.io/lucca-ui

Version 4.x

How to install

npm install lucca-ui

How to use

Import the lucca-ui.min.css in your html page

<link rel="stylesheet" href="node_modules/lucca-ui/dist/lucca-ui.global.min.css"/>

or import the main less file in your scss file [recommended]

@import "node_modules/lucca-ui/scss/lucca-ui.global";

Depending on the components you will be using, additionnal dependencies might be required. Check out the demo for more informations

Version 3.1

How to install

bower install lucca-ui

How to use

Import the lucca-ui.min.css in your html page

<link rel="stylesheet" href="bower_components/lucca-ui/dist/lucca-ui.global.min.css"/>

or import the main less file in your scss file [recommended]

@import "bower_components/lucca-ui/scss/lucca-ui.global";

About

Framework Sass & Angular by Lucca

http://luccasa.github.io/lucca-ui

License:MIT License


Languages

Language:SCSS 38.9%Language:TypeScript 32.5%Language:JavaScript 22.3%Language:HTML 6.2%Language:Batchfile 0.0%