<MintButton />
Add a minting button to any website.
import { MintButton } from "@mintdrop/sdk"
export default function MyComponent() {
return <MintButton />
}
Customizing
Apply a theme color with the color
param:
<MintButton textColor="#FFF" color="#1D50FA" />
Change the button text:
<MintButton text="Get your Membership Pass" />