react-sushi
v0.2.0
Published
🍣 react sushi component
Downloads
9
Readme
Demo
Usage
npm install react-sushi
import React from "react";
import { Face, Neta, Sara, Shari } from "./components/Sushi";
export const Sushi = () => {
return (
<Sara>
<Shari />
<Face.Normal />
<Neta.Salmon />
</Sara>
);
};
Options
| Component | Choices | Props |
| :-------: | :------- | :---------------- |
| Sara
| | zindex
, scale
|
| Face
| Normal
| |
| Neta
| Salmon
| |
そのうち
- サーモン以外のネタも増やします
License
MIT ©ivgtr