1.1.9 • Published 5 years ago

ribs-checkbox v1.1.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

RibsCheckbox

This module is used to change checkbox and input radio to improve UX and UI

How install it ?

npm install ribs-checkbox

How use it ?

You have just to add followings lines to you head in html

<link rel="stylesheet" href="node_modules/ribs-checkbox/dist/css/style.css">

And in you file you have can use those blocks

<!-- for a switch on - off -->
<input type="checkbox" class="ribs-checkbox switched">
		
<!-- for input radio -->
<input type="checkbox" class="ribs-checkbox rounded">

<!-- for check standard styled checkbox -->
<input type="checkbox" class="ribs-checkbox checked">

At the end of your body add this script

<script src="node_modules/ribs-checkbox/dist/js/ribs-checkbox.js"></script>
1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago