Ui 2 mui to sui conversion (#5633)

* Split chip rendering from input

* Slider component

* Render Chip without MUI

* Adjust InputChip styling

* Remove mui chip input

* Remove mui-chip-input from build

* Convert input to sui
This commit is contained in:
Jaco Greeff
2017-05-16 12:25:47 +02:00
committed by GitHub
parent c27d96a4f1
commit 665998e797
16 changed files with 317 additions and 243 deletions

View File

@@ -16,6 +16,6 @@
module.exports = {
test: /\.js$/,
include: /node_modules\/(get-own-enumerable-property-symbols|material-chip-input|ethereumjs-tx|stringify-object)/,
include: /node_modules\/(get-own-enumerable-property-symbols|ethereumjs-tx|stringify-object)/,
use: 'babel-loader'
};