0.5.1 • Published 9 years ago

react-slim-progress-webpack v0.5.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

react-slim-progress-webpack

This is a sample of creating React Shippable Component with external CSS files by using react-css-modules. In order to use this module, proper webpack configuration is need. Instead of managing inline css, use react-css-modules to build an external css file

Useage:

npm install react-slim-progress-webpack
import Progress from 'react-slim-progress-webpack';

export default class App extends Component {
  render() {
    return (
      <Progress color="#ff0000" percent={30} />
    );
  }
}
0.5.1

9 years ago