react-mdl icon indicating copy to clipboard operation
react-mdl copied to clipboard

React Components for Material Design Lite

Results 81 react-mdl issues
Sort by recently updated
recently updated
newest added

I can't find the documentation for the icons?

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.5.1 to 1.23.0. Release notes Sourced from prismjs's releases. v1.23.0 New components Apex (#2622) f0e2b70e DataWeave (#2659) 0803525b PromQL (#2628) 8831c706 Updated components Fixed multiple vulnerable regexes...

dependencies

Here is the code for the sample app: ``` class App extends Component { constructor() { super(); this.state = { selectedOption: 'one' }; } componentDidMount() { this.setState({ radioContent: this.setState({selectedOption: event.currentTarget.value})}...

I'm trying to show a header in site, desktop is ok but it's **not** visible in tablet and phone. Here is the snippet I'm testing. ``` html {/* Always shows...

Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 4.2.0 to 8.0.1. Release notes Sourced from standard-version's releases. standard-version v8.0.1 Bug Fixes deps: update dependency conventional-changelog to v3.1.21 (#586) (fd456c9) deps: update dependency conventional-changelog-conventionalcommits to v4.3.0...

dependencies

Sorry for raising up an kinda old topic. Are were certain that the issue is no longer exists as described in #339? Been upgraded from 1.7.1 to 1.11.0. And the...

Hey everyone I am planning to start a new project and am debating between the react-mdl and material-ui. I am not however sure which way to go. It appears that...

I think every Component should support the style attibute in case we want to add inline styles. i.e Radium

bug