Installation
Welcome to the installation guide for react-better-html
. This guide will help you get started with installing and using the library in your React projects.
Requirements
- React version 19.0 or above.
The library uses styles-components under the hood to create all of the components in the library. styles-components
is a peer dependency and will be installed automatically when downloading the react-better-html
.
Installation
To install react-better-html
run the following command in your project directory:
- npm
npm install react-better-html
Problems?
If you encounter any issues, please:
- Search for similar issues on Stack Overflow or ask new question.
- Open a new issue on our GitHub repository.
- Contact the contributors directly.
tip
When reporting an issue, please include:
- Your
React
version. - Your
react-better-html
version. - Any relevant error messages.
- A code snippet that reproduces the issue.