vitamin-react-components

2.7.0 • Public • Published

Title of the project

Brief description

How to get the project running locally

Running the linter

Running the test suite

How to contribute

Steps to submit a PR

How to raise issues

A link to the Code of Conduct

A changelog

vitamin-react-components have to be include in your loader in your webpack config:

    ...
    module: {
        rules: [
            {
                test: /\.(js|jsx)$/, 
                use: 'babel-loader', 
                exclude: /node_modules\/(?!(vitamin-react-components)\/).*/
            },
            {
                test: /\.svg$/, 
                loader: 'raw-loader', 
                exclude: /node_modules\/(?!(vitamin-react-components)\/).*/
            },
            {
                test: /\.(css|styl)$/, 
                loaders: ExtractTextPlugin.extract('css-loader!stylus-loader'), 
                exclude: /node_modules\/(?!(vitamin-react-components)\/).*/
            }
            ...
        ]
    }

Package Sidebar

Install

npm i vitamin-react-components

Weekly Downloads

20

Version

2.7.0

License

MIT

Unpacked Size

1.3 MB

Total Files

471

Last publish

Collaborators

  • vitamin-lab