react-sushi
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

react-sushi

🍣 react sushi component

npm version gh-pages CI Publish CI

Demo

Demo Site

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

Twitter Follow MIT License Donate

Readme

Keywords

Package Sidebar

Install

npm i react-sushi

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

149 kB

Total Files

23

Last publish

Collaborators

  • ivgtr