4.3.9 • Published 6 years ago

ittsu v4.3.9

Weekly downloads
72
License
MIT
Repository
github
Last release
6 years ago

Ittsu

Latest version npm version

Ittsu is the main CSS and JavaScript framework used at Drawbotics for styling web components.

Usage

NOTE: Make sure you also have jQuery available globally.

From CDN

To import Ittsu from the CDN you can simply copy the following code into your HTML:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//cdn.drawbotics.com/ittsu/[latest-version]/ittsu.styles.css" >

<!-- Latest compiled and minified JS -->
<script src="//cdn.drawbotics.com/ittsu/[latest-version]/ittsu.bundle.js" ></script>

The CSS will be available globally, while to activate the JavaScript you must include the following line in your $(document).ready function:

ittsu.default.all();

You can refer to the Drawbotics Style Guide for how to use the components included in Ittsu.

As NPM module

npm install ittsu

You can then import the styles in your main .less file as follows:

@import "~ittsu/src/styles/ittsu";

or simply import it through JavaScript like any other module.

License

MIT. See LICENSE for details.

4.3.9

6 years ago

4.3.8

6 years ago

4.3.7

6 years ago

4.3.6

6 years ago

4.3.5

6 years ago

4.3.4

6 years ago

4.3.3

6 years ago

4.3.2

6 years ago

4.3.1

6 years ago

4.2.1

6 years ago

4.2.0

6 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

3.5.3

7 years ago

3.5.2

7 years ago

3.5.1

7 years ago

3.5.0

7 years ago

3.4.1

7 years ago

3.4.0

7 years ago

3.3.2

7 years ago

3.3.1

7 years ago

3.3.0

7 years ago

3.2.2

7 years ago

3.2.1

7 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago