File tree Expand file tree Collapse file tree 1 file changed +43
-3
lines changed Expand file tree Collapse file tree 1 file changed +43
-3
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/amareshsm/react-spinner-css.svg?branch=master )] ( https://travis-ci.org/amareshsm/react-spinner-css )
2- [ ![ Coverage Status] ( https://coveralls.io/repos/github/amareshsm/react-spinner-css/badge.svg?branch=master )] ( https://coveralls.io/github/amareshsm/react-spinner-css?branch=master )
1+ [ ![ Build Status] ( https://travis-ci.org/amareshsm/react-js-css-loaders.svg?branch=master )] ( https://travis-ci.org/amareshsm/react-js-css-loaders )
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/amareshsm/react-js-css-loaders/badge.svg?branch=master )] ( https://coveralls.io/github/amareshsm/react-js-css-loaders?branch=master )
3+ [ ![ License: ISC] ( https://img.shields.io/badge/License-ISC-blue.svg )] ( https://opensource.org/licenses/ISC )
4+ [ ![ 1.0] ( https://badge.fury.io/js/survey-monkey-streams.svg )] ( //npmjs.com/package/react-js-css-loaders )
35
4- # react-CSS-Laoders
6+ # react-js-css-loaders
57
68React CSS Loaders
9+
10+ ## Quick Start: ##
11+
12+ #### To install package: ####
13+
14+ using npm:
15+
16+ ```
17+ npm i react-js-css-loaders
18+ ```
19+
20+ using yarn:
21+
22+ ```
23+ yarn add react-js-css-loaders
24+ ```
25+
26+ ### To import Loaders: ###
27+
28+ ```
29+ import {Moon} from 'react-js-css-loaders'
30+
31+ const LoaderComponent = (props) => (
32+ <div>
33+ <Moon />
34+ </div>
35+ </div>
36+ )
37+
38+ export default LoaderComponent
39+
40+ ```
41+
42+ ### Other modular samples available under ` /examples ` : ###
43+
44+ * [ create-react-app demo] ( https://github.com/amareshsm/react-js-css-loaders/tree/master/examples/cra )
45+ * [ server side rendering demo] ( https://github.com/amareshsm/react-js-css-loaders/tree/master/examples/ssr )
46+ * [ Universal Module Definition (using cdn) demo] ( https://github.com/amareshsm/react-js-css-loaders/tree/master/examples/cdn )
You can’t perform that action at this time.
0 commit comments