create-react-library
create-react-library copied to clipboard
CLI for creating reusable react libraries.
microbundle-crl watch --no-compress --format modern,cjs Watching source, compiling to dist: Error: 'import' and 'export' may only appear at the top level at /home/dominic/Neoito/real-time-module/Frontend/node_modules/symbol-observable/es/index.js:2:0 1: /* global window */ 2: import...
import React from 'react' import './font.module.css' import styles from './styles.module.css' import {makeStyles} from '@material-ui/core/styles' import { Button } from '@material-ui/core' const useStyles = makeStyles((theme) => ({ root: { color: 'red',...
Hello, I can't find a proper way to use tailwind and postcss for the library any one has an example of using tailwind?
hello, i'm working on component library which can be lookalike of material-ui , everything works fine except that i have to import css explicitly on every project it's like ```...
When I tried `npx create-react-library .` It gave me error saying : ``` Error: invalid package name "." at module.exports (/home/mua/.npm/_npx/11327/lib/node_modules/create-react-library/lib/prompt-library-params.js:12:11) at Module.module.exports (/home/mua/.npm/_npx/11327/lib/node_modules/create-react-library/lib/cli.js:70:24) at processTicksAndRejections (internal/process/task_queues.js:93:5) ``` But shouldn't...
**Update** (March 30, 2020): I just released an updated `v3` with lots of fixes bringing support back to latest. I'm definitely still looking for maintainers who're interested in keeping things...
Readme suggests that rollup is used for packaging but if you look at the e.g. "create-react-library/template/default/package.json" there is no rollup dependencies used.
when I am trying to export mp3 files from index file,I am getting this error Module not found: Can't resolve './xxx/xxx.mp3' in '/xxx/xxx/xxx/xxx/xxx/dist' Can you help me ?
# Error ```js Error: 'Editor' is not exported by node_modules\@toast-ui\react-editor\dist\toastui-react-editor.js, imported by src\index.js at C:\Users\Rahul kumar\desktop\Projects\util-pkg-s\test\ev\src\index.js:4:9 2: import styles from './styles.module.css' 3: //import E from "./evh/e"; 4: import { Editor...