ReactMagicHTMLCSS is a React library that allows you to use plain HTML and CSS to write code inside of React components. It also supports dynamic styles, scripts, reusable templates, and custom component registration.
npm install react-magic-html-css
> Made with create-react-library
[](https://www.npmjs.com/package/react-magic-html-css) [](https://standardjs.com)
## Install
```bash
npm install --save react-magic-html-cssimport React, { Component } from 'react'
import MyComponent from 'react-magic-html-css'
import 'react-magic-html-css/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}MIT © dfiredeveloper