-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed less files
- Loading branch information
Showing
6 changed files
with
19 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
Oops, something went wrong.