0.2.0 • Published 4 years ago
react-sushi v0.2.0
Demo
Usage
npm install react-sushiimport 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