mui
mui copied to clipboard
Lightweight CSS framework
Hi, i want to change the text color of tab label but it seem impossible with inline CSS: ``` export default class App extends React.Component { render() { return (...
Love this framework, but was wondering if anyone has implemented something like this: https://github.com/nobitagit/react-material-floating-button with muicss? If so any recommendations would be much appreciated.
Hi, I see nice M.ui layout/slider advertised here: http://muicss.com I look in git and the closest is sidedrawer.html. It looks bad. (nothing in menu on top to show me how...
Hi Everyone, I just wanted to let you know about a big improvement to the ripple effect in MUI v0.6.3. The new ripple effect executes more quickly (0.6s) which feels...
Wanted to suggest that instructions on using WebPack as a deployment solution for muicss would be welcome in the Getting Started documentation. Here's a basic run-down of how to integrate...
Hey Any idea if i can use MUI in a ReactNative app? thanks
I don't like .min files. In src there is mui.js (47 k) or mui-combined.js (57 k). Which .js should I use? Mui.js? I download master zip manually and node install...
Cards?
There is no implementation for the cards component which is a MUST have in Material design. Or am i missing something?
Hi Everyone, I just wanted to let you know about a few recent improvements in MUI: First, we fixed several bugs in the MUI CSS/JS, React and Angular Select components...
React Input use html input as implement when type is not 'textarea'. It would be better to add more type, like 'number', 'date'. about input type, please see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input https://github.com/muicss/mui/blob/master/src/react/input.jsx