uswds-react
uswds-react copied to clipboard
create-react-app compatibility question?
Am I able to pull in this project after starting a new create-react-app
? I guess I am wondering if it will be compatible with create-react-app
or do I start with this project?
Thanks for your guidance.
This project is a component library, though none of the components are published to npm. As far as create-react-app
goes - you could copy in components individually by hand.
:thinking: ok thanks @burgwyn for explaining that. I am looking for something like https://reactstrap.github.io/ where it will allow you to use component from uswds in your create-react-app
.