titatoggle

WebJar for titatoggle

License

License

MIT
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

titatoggle
Last Version

Last Version

1.2.6
Release Date

Release Date

Type

Type

jar
Description

Description

titatoggle
WebJar for titatoggle
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/kleinejan/titatoggle

Download titatoggle

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/titatoggle/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>titatoggle</artifactId>
    <version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/titatoggle/
implementation 'org.webjars.bower:titatoggle:1.2.6'
// https://jarcasting.com/artifacts/org.webjars.bower/titatoggle/
implementation ("org.webjars.bower:titatoggle:1.2.6")
'org.webjars.bower:titatoggle:jar:1.2.6'
<dependency org="org.webjars.bower" name="titatoggle" rev="1.2.6">
  <artifact name="titatoggle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='titatoggle', version='1.2.6')
)
libraryDependencies += "org.webjars.bower" % "titatoggle" % "1.2.6"
[org.webjars.bower/titatoggle "1.2.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bower : bootstrap jar [3.2.0,3.3)

Project Modules

There are no modules declared in this project.

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 package:

$ npm install titatoggle --save-dev (Bootstrap 4.x.x)
$ npm install titatoggle@1.0.0 --save-dev (Legacy bootstrap 3.x.x)
$ yarn add titatoggle
$ bower install titatoggle

Example usage

<div class="checkbox checkbox-slider--X">
	<label>
		<input type="checkbox"><span>checked</span>
	</label>
</div>

More examples can be found at the documentation site:Titatoggle

MIT License

Versions

Version
1.2.6