Filipp Riabchun
12/03/2017, 11:07 AMFilipp Riabchun
12/03/2017, 11:09 AMFab
just bypasses its props to button: https://github.com/dimik/react-material-web-components/blob/master/src/Fab/Fab.js#L50
So you can add button attributes just like any other props, but you need to add types for those you useFilipp Riabchun
12/03/2017, 11:11 AMexternal interface FabProps : RProps {
var mini: Boolean,
var disabled: Boolean
}
val Fab: RClass<FabProps> = reactMaterialWebComponents.Fab