diff --git a/.gitignore b/.gitignore index 5df1b9b..aa204cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .sass-cache +node_modules \ No newline at end of file diff --git a/LICENSE b/LICENSE index c5cd856..f439bec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 flatlogic.com +Copyright (c) 2014-2018 flatlogic.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 24f78ba..7908ad3 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,28 @@ Awesome Bootstrap Checkbox ========================== +[![NPM version](https://img.shields.io/npm/v/awesome-bootstrap-checkbox.svg?style=flat)](https://www.npmjs.com/package/awesome-bootstrap-checkbox) +[![NPM downloads](https://img.shields.io/npm/dm/awesome-bootstrap-checkbox.svg?style=flat)](https://www.npmjs.com/package/awesome-bootstrap-checkbox) +[![Dependency Status](https://img.shields.io/david/dev/flatlogic/awesome-bootstrap-checkbox.svg?branch=master&style=flat)](https://www.npmjs.com/package/awesome-bootstrap-checkbox) [Font Awesome][] [Bootstrap][] Checkboxes & Radios plugin. Pure CSS way to make inputs look prettier. **No Javascript!** +Now with **[Bootstrap 4][]** support! + **[Demo][]** Use ------------ -First just include **awesome-bootstrap-checkbox.css** somewhere in your HTML, or add the equivalent files to your [Sass](#using-sass) / [Less](#using-less) configuration. +First just include **awesome-bootstrap-checkbox.css** somewhere in your HTML, or add the equivalent files to your [Sass](#using-sass) configuration. Next, everything is based on code convention. Here is checkbox markup from Bootstrap site: ````html
... -
-