Skip to content

refirst11/react-fukuwarai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.