<MintWidget />
Add a minting widget to any website.
import { MintWidget } from "@mintdrop/sdk"
export default function MyComponent() {
return <MintWidget />
}
Theming
Apply a theme color with the color
param:
<MintWidget color="#403C72" />
Add a minting widget to any website.
import { MintWidget } from "@mintdrop/sdk"
export default function MyComponent() {
return <MintWidget />
}
Apply a theme color with the color
param:
<MintWidget color="#403C72" />