create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

CLI for creating reusable react libraries.

Results 108 create-react-library issues
Sort by recently updated
recently updated
newest added

I need to add ``` { "plugins": ["babel-plugin-styled-components"] } ``` creating a `.babelrc` file does not work https://styled-components.com/docs/tooling#babel-plugin

Hello, I don't see anywhere in documentation how can scss files cand be used. Any ideas?

Also styled the existent code in template folders with `prettier --write` sometimes files are not save or may another reason prettier does not run over some files, to avoid commit...

Hi, I am building a simple button using create-react-library. However, when publishing to npm this button all my styling is lost while the rest of my code is coming through....

Watch started breaking for me but this may not be an issue with CRL. Whenever this happens it no longer watches this component I created. I need to run start...

the code below: ``` onClickCheckbox = async (event, filter, index) => { var newState = CHECKBOX_STATE.EMPTY; switch (filter.state) { case CHECKBOX_STATE.EMPTY: newState = CHECKBOX_STATE.TICK break; case CHECKBOX_STATE.TICK: newState = CHECKBOX_STATE.CROSS;...

Hi! I'm working on writing a library `material-ui-credit-card` but am having trouble during compilation: ``` ../dist/index.modern.js 48:49 Module parse failed: Unexpected token (48:49) File was processed with these loaders: *...

Hi, First off, love this library: it's made things much easier for me. The only thing that pained was to run the website in the `example` directory and run the...

First of all thank you for creating this amazing project. I have been using it for a while and I am really happy with this 🙂 ## Bug description Unable...

Hi, I am new to create-react-library and just created testlib project via `npx create-react-library testlib` - Package Name testlib - Package Description Made with create-react-library - Author's GitHub Handle -...