Lobos / react-ui

A collection of components for React, base on bootstrap 4.0.
http://lobos.github.io/react-ui/
MIT License
1.63k stars 302 forks source link

advice #88

Closed luojunbin closed 7 years ago

luojunbin commented 7 years ago

Please publish the compiled code to npm, Not everyone will include the node_modules at compile time;

gcperrin commented 7 years ago

Big +1 here, really unusable otherwise.

Lobos commented 7 years ago

Just release 0.7.12, add the compiled file

// html
<script src="https://unpkg.com/rctui/dist/index.js"></script>
// webpack config
externals: {'react': 'React', 'react-dom': 'ReactDOM', 'rctui': 'rctui'},
// jsx
import { Form } from 'rctui'
...