Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 046da7e

Browse files
add toolkits styles
1 parent aeeb289 commit 046da7e

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

‎gulpfile.babel.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const JS_SKIPS = `+(${TEST}|${LIB}|${DIST}|${NODE_MODULES})`;
2626
const STYLE_PKGS = [
2727
'react-bootstrap-table2',
2828
'react-bootstrap-table2-filter',
29-
'react-bootstrap-table2-paginator'
29+
'react-bootstrap-table2-paginator',
30+
'react-bootstrap-table2-toolkit',
3031
].reduce((pkg, curr) => `${curr}|${pkg}`, '');
3132

3233
const STYLE_SKIPS = `+(${NODE_MODULES})`;

‎packages/react-bootstrap-table2-toolkit/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ In the future, this toolkit will support other feature like row delete, insert e
1616
$ npm install react-bootstrap-table2-toolkit --save
1717
```
1818

19+
## Add CSS
20+
21+
```js
22+
// es5
23+
require('react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.min.css');
24+
25+
// es6
26+
import 'react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.min.css';
27+
```
28+
1929
## Table Search
2030

2131
```js

‎packages/react-bootstrap-table2-toolkit/style/react-bootstrap-table2-toolkit.scss

Whitespace-only changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /