mcmakler-components-react
v1.3.4
Published
mcmakler-react-components
Downloads
13
Keywords
Readme
McMakler Components (React)
Usage
The package distributes two folders: nextjs
and lib
. The nextjs
package distributes es5 JS and CSS modules to be used in NextJS projects, we have to do this due to this issue. The lib
folder distributes ES6 modules with imported SCSS to be used in projects where we can run webpack loaders in the node modules.
Example Usage
// ...
import { RadioButton } from 'mcmakler-components-react';