@ttskch/select2-bootstrap4-theme
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "@ttskch/select2-bootstrap4-theme", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Select2 v4 theme for Bootstrap4", | ||
@@ -28,3 +28,3 @@ "main": "", | ||
], | ||
"author": "ttskch", | ||
"author": "Takashi Kanemoto <ttskch@gmail.com>", | ||
"license": "MIT", | ||
@@ -31,0 +31,0 @@ "bugs": { |
# select2-bootstrap4-theme | ||
[![npm version](https://img.shields.io/npm/v/@ttskch/select2-bootstrap4-theme.svg?style=flat-square)](https://www.npmjs.com/package/@ttskch/select2-bootstrap4-theme) | ||
[![npm downloads](https://img.shields.io/npm/dm/@ttskch/select2-bootstrap4-theme.svg?style=flat-square)](https://www.npmjs.com/package/@ttskch/select2-bootstrap4-theme) | ||
[![npm](https://img.shields.io/npm/dm/@ttskch/select2-bootstrap4-theme?label=npm&style=flat-square)](https://www.npmjs.com/package/@ttskch/select2-bootstrap4-theme) | ||
[![](https://data.jsdelivr.com/v1/package/npm/@ttskch/select2-bootstrap4-theme/badge)](https://www.jsdelivr.com/package/npm/@ttskch/select2-bootstrap4-theme) | ||
[![Packagist Version](https://img.shields.io/packagist/v/ttskch/select2-bootstrap4-theme?style=flat-square)](https://packagist.org/packages/ttskch/select2-bootstrap4-theme) | ||
[![Packagist Downloads](https://img.shields.io/packagist/dm/ttskch/select2-bootstrap4-theme?label=packagist&style=flat-square)](https://packagist.org/packages/ttskch/select2-bootstrap4-theme) | ||
@@ -19,3 +21,3 @@ [Select2](https://github.com/select2/select2) v4 theme for Bootstrap4 (Compatible to boostrap 4.0.0+) | ||
<link rel="stylesheet" href="/path/to/select2.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ttskch/select2-bootstrap4-theme@x.x.x/dist/select2-bootstrap4.min.css"> | ||
``` | ||
@@ -31,2 +33,5 @@ | ||
$ yarn add @ttskch/select2-bootstrap4-theme | ||
# composer | ||
$ composer require ttskch/select2-bootstrap4-theme | ||
``` | ||
@@ -36,3 +41,3 @@ | ||
<link rel="stylesheet" href="/path/to/select2.css"> | ||
<link rel="stylesheet" href="/path/to/select2-bootstrap4.css"> | ||
<link rel="stylesheet" href="/path/to/select2-bootstrap4.min.css"> | ||
``` | ||
@@ -39,0 +44,0 @@ |
Sorry, the diff of this file is not supported yet
36073
19
297
62