@godown/react
v3.0.0-canary.9
Published
React components for godown
Downloads
372
Readme
@godown/react
npm i godown @godown/react
import { Alert } from "@godown/react"; // import all
// import { Alert } from "@godown/react/alert.js"; // import one
export default function () {
return <Alert title="Alert" >;
}