Material Design implementation for React.
The current target is Material 3 Expressive.
Deno:
deno add jsr:@miyauci/material-react
Node.js
npx jsr add @miyauci/material-react
Each component includes its own style (optimized, no runtime). This allows immediate use in any environment (SSR, RSC, CSR, etc) without additional builds.
import { Badge } from "@miyauci/material-react";
const node = <Badge>;
See Component.
MIT © Tomoki Miyauchi