@jpotin/mosaic-maker
v1.0.2
Published
A React component for creating mosaics
Readme
Mosaic maker
A react component to have fun with mosaic and tiles. Use playground-ui, a personnal custom ui library
Take a look at it on github pages.
It uses Vite 6, tailwind 4 and React 19.
Installation
Install the package in your react project:
pnpm i @jpotin/mosaic-makerImport the component and the css
import { MosaicMaker } from "@jpotin/mosaic-maker";
import "@jpotin/mosaic-maker/dist/mosaic-maker.css";