[![Stories in Ready](https://badge.waffle.io/LuccaSA/lucca-ui.png?label=ready&title=Ready)](https://waffle.io/LuccaSA/lucca-ui)
[![Build Status](https://travis-ci.org/LuccaSA/lucca-ui.svg?branch=master)](https://travis-ci.org/LuccaSA/lucca-ui)
[![Dependency Status](https://dependencyci.com/github/LuccaSA/lucca-ui/badge)](https://dependencyci.com/github/LuccaSA/lucca-ui)
# Lucca-ui
Framework Sass &amp; Angular by Lucca
[luccaSA.github.io/lucca-ui](http://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
```html
<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]
```scss
@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](http://luccaSA.github.io/lucca-ui)
# Version 3.1

## How to install
```
bower install lucca-ui
```

## How to use
Import the lucca-ui.min.css in your html page
```html
<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]
```scss
@import "bower_components/lucca-ui/scss/lucca-ui.global";
```