diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 228bfa3..fea8b18 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -26,7 +26,8 @@ const JS_SKIPS = `+(${TEST}|${LIB}|${DIST}|${NODE_MODULES})`; const STYLE_PKGS = [ 'react-bootstrap-table2', 'react-bootstrap-table2-filter', - 'react-bootstrap-table2-paginator' + 'react-bootstrap-table2-paginator', + 'react-bootstrap-table2-toolkit', ].reduce((pkg, curr) => `${curr}|${pkg}`, ''); const STYLE_SKIPS = `+(${NODE_MODULES})`; diff --git a/packages/react-bootstrap-table2-toolkit/README.md b/packages/react-bootstrap-table2-toolkit/README.md index 2171da5..5d502e1 100644 --- a/packages/react-bootstrap-table2-toolkit/README.md +++ b/packages/react-bootstrap-table2-toolkit/README.md @@ -16,6 +16,16 @@ In the future, this toolkit will support other feature like row delete, insert e $ npm install react-bootstrap-table2-toolkit --save ``` +## Add CSS + +```js +// es5 +require('react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.min.css'); + +// es6 +import 'react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.min.css'; +``` + ## Table Search ```js diff --git a/packages/react-bootstrap-table2-toolkit/style/react-bootstrap-table2-toolkit.scss b/packages/react-bootstrap-table2-toolkit/style/react-bootstrap-table2-toolkit.scss new file mode 100644 index 0000000..e69de29