Skip to content

Commit

Permalink
Updated readme (#30)
Browse files Browse the repository at this point in the history
removed less files
  • Loading branch information
kleinejan authored Feb 6, 2018
1 parent 5e83bf3 commit 1d8ea4d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 805 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
TiTatoggle - (bootstrap 3 addon without JS)
TiTatoggle - (bootstrap 4 addon without JS)
===========================================

Using awesome toggle buttons without Javascript or any other logic, other than plane form elements.
The Pattern is the same as Twitter-Bootstrap. So it can be implemented without a breeze.

Browser support: Internet Explorer 9/10/11, Edge, FireFox, Safari, Chrome, Safari Ios, Stock Android browser 4.2, Chrome Android

Install:
'''
$ npm i titatoggle --save-dev (Bootstrap 4.x.x)
$ npm i [email protected] --save-dev (Legacy bootstrap 3.x.x)
Install package:
```
$ npm install titatoggle --save-dev (Bootstrap 4.x.x)
$ npm install [email protected] --save-dev (Legacy bootstrap 3.x.x)
$ yarn add titatoggle
$ bower install titatoggle
'''
```


GNU General Public License v2.0
Example structure

```html
<div class="checkbox checkbox-slider--X">
Expand Down
6 changes: 3 additions & 3 deletions _includes/howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ <h4>Latest version (Bootstrap 4)</h4>
<code>$ npm install titatoggle --save-dev</code>

<h4>Previous version (Bootstrap 3)</h4>

<code>$ npm install [email protected] --save-dev</code>

<h4>Bower</h4>
<code>$ bower install titatoggle</code>


<code>$ bower install titatoggle</code>


<h4>SASS</h4>
Expand All @@ -37,4 +37,4 @@ <h4>CSS</h4>
</p>

<h4>License</h4>
<p><strong>GNU General Public License v2.0</strong></p>
<p><strong>GNU General Public License v2.0</strong></p>
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "titatoggle",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/kleinejan/titatoggle",
"authors": [
"Jan Enning <[email protected]>"
],
"description": "Default bootstrap checkbox toggle buttons. Just default Bootstrap, add a class to use these awesome toggle buttons. Browser support: Internet Explorer 9, FireFox, Safari, Chrome, Safari Ios, Stock Android browser 4.2, Chrome Android",
"description": "Default bootstrap 4 checkbox toggle buttons. Just default Bootstrap, add a class to use these awesome toggle buttons. Browser support: Internet Explorer 9/10.11, Edge, FireFox, Safari, Chrome, Safari Ios, Stock Android browser 4.2, Chrome Android",
"main": [
"dist/_titatoggle.less",
"dist/titatoggle-dist.css",
Expand Down
Loading

0 comments on commit 1d8ea4d

Please sign in to comment.