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
5151
5252## Themes
5353
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+ ```
5559
5660## Development
5761
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import Select2 from '../../../src/components/Select2' ;
3- import '../../../src/ css/select2.css' ;
3+ import '../../../css/select2.css' ;
44
55export default class Tags extends Component {
66 render ( ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-select2-wrapper" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.0.10 " ,
44 "description" : " React component for Select2" ,
55 "main" : " lib/components/Select2.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments