Skip to content

Commit

Permalink
doc: link css
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Nov 26, 2017
1 parent 6d067c5 commit fb219d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A vuejs, reactjs and angular select component.
#### link css

```html
<link rel="stylesheet" href="./node_modules/select2-component/select2.min.css" />
<link rel="stylesheet" href="./node_modules/select2-component/dist/select2.min.css" />
```

#### vuejs component
Expand Down Expand Up @@ -160,6 +160,14 @@ import { Select2 } from "select2-react-component";
import { Select2Module } from "select2-angular-component";
```

```html
// v4
<link rel="stylesheet" href="./node_modules/select2-component/select2.min.css" />

// v5
<link rel="stylesheet" href="./node_modules/select2-component/dist/select2.min.css" />
```

```ts
// v3 angular AOT:
import { Select2Module } from "select2-component/angular";
Expand Down

0 comments on commit fb219d3

Please sign in to comment.