0.0.6 • Published 7 years ago

ibis-tiles v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Ibis-tiles

Installation

npm install ibis-tiles --save

Example

In the example folder is a working example of the ibis-tiles component.

To get a working example of the ibis-tiles component copy the content of node_modules\ibis-tiles\example\ibis-tiles to a 'new folder'. Open a cmd prompt in the 'new folder' and execute following statements.

>npm install
>npm start 

To start the example open a browser with http://localhost:1818/. The app will automatically reload if you change any of the source files.

Use font-awesome

to use font-awesome the 'font-awesome.css' needs to bee imported in the styles.css like:

@import '../node_modules/font-awesome/css/font-awesome.css';

Use ibis-fonts

to use ibis-fonts the 'ibis-fonts.css' needs to bee imported in the styles.css like:

@import '../node_modules/ibis-fonts/css/ibis-fonts.css';