Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 816 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 816 Bytes

react-fukuwarai

Release Status Minzip Size License: MIT

This is wrapper component Fukuwarai.
It can be used for component that want to move, such as design and prototype.

#fuku is registered as the id of the component.

Installation

npm install react-fukuwarai

Usage

import { Fukuwarai } from "react-fukuwarai";

function MyComponent() {
  return (
    <Fukuwarai>
      <Component />
    </Fukuwarai>
  );
}

License

The MIT License.