We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e82e7a commit f51985cCopy full SHA for f51985c
README.md
@@ -12,17 +12,30 @@
12
13
## Installation
14
15
+### CDN
16
+
17
+```html
18
+<link rel="stylesheet" href="/path/to/select2.css">
19
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css">
20
+```
21
22
+### Manually
23
24
```bash
25
+# npm
26
$ npm install @ttskch/select2-bootstrap4-theme
-```
27
-## Usage
28
+# yarn
29
+$ yarn add @ttskch/select2-bootstrap4-theme
30
31
32
```html
33
<link rel="stylesheet" href="/path/to/select2.css">
34
<link rel="stylesheet" href="/path/to/select2-bootstrap4.css">
35
```
36
37
+## Usage
38
39
```js
40
$('select').select2({
41
theme: 'bootstrap4',
0 commit comments