0.0.18 • Published 7 years ago

mambo-ui v0.0.18

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
7 years ago

Mambo UI toolkit

"Mambo-UI" is a toolkit for building Front-end code for a new Areas intranet project: Mambo. Mambo-UI is based on "Fabricator".

Prerequisities

What things you need to have installed

node / npm

Installing

First install the package

$ npm install mambo-ui --save-dev

How to use

To use Mambo-UI, import the main file toolkit.scss and compile it to obtain the plain css of the whole toolkit.

@import 'path/to/scss/toolkit'

The package contains the partials related to a different components and structures, allowing imports for a modular use of it.

Also, the package comes with an assets folder with svg, fonts and js files.

Assets path

It's important to configure the assets path for the svg icons, images, fonts, etc.. By default it has a value relative to the package, but probably it's gonna needed to change that value. For that, there's a SASS variable:

$assets-path: 'path/to/assets'
0.0.18

7 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago