Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/react-slim-progress-webpack
https://github.com/ruanyl/react-slim-progress-webpack
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruanyl/react-slim-progress-webpack
- Owner: ruanyl
- Created: 2015-09-10T19:26:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T13:07:31.000Z (over 8 years ago)
- Last Synced: 2024-12-05T14:47:22.329Z (about 1 month ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 fileUseage:
```
npm install react-slim-progress-webpack
``````es6
import Progress from 'react-slim-progress-webpack';export default class App extends Component {
render() {
return (
);
}
}
```