Skip to content

Repository files navigation

ReactMagicHTMLCSS

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.

Installation

npm install react-magic-html-css

> Made with create-react-library

[![NPM](https://img.shields.io/npm/v/react-magic-html-css.svg)](https://www.npmjs.com/package/react-magic-html-css) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-magic-html-css

Usage

import 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 />
  }
}

License

MIT © dfiredeveloper

About

A React package that allows you to use plain HTML and CSS within React components

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages