4.2.2 • Published 10 days ago

lucca-ui v4.2.2

Weekly downloads
48
License
ISC
Repository
-
Last release
10 days ago

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