File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ With callbacks
51
51
52
52
## Themes
53
53
54
- Default theme in [ src/css/select2.css] ( src/css/select2.css )
54
+ Default theme in [ css/select2.css] ( css/select2.css )
55
+
56
+ ``` js
57
+ import ' react-select2-wrapper/css/select2.css' ;
58
+ ```
55
59
56
60
## Development
57
61
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
2
import Select2 from '../../../src/components/Select2' ;
3
- import '../../../src/ css/select2.css' ;
3
+ import '../../../css/select2.css' ;
4
4
5
5
export default class Tags extends Component {
6
6
render ( ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-select2-wrapper" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"description" : " React component for Select2" ,
5
5
"main" : " lib/components/Select2.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments