Skip to content

thirdweb-example/thirdweb-framer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use Custom Components in Framer

  1. Make sure you have the necessary Thirdweb packages installed. You'll need to add thirdweb to your project's dependencies: e.g. thirdweb": "^5.58.5 (or latest)

  2. Save the component in a file in your Framer project's code folder. The component will appear in your components panel in Framer.

  3. To use the component in your canvas, drag it onto the canvas and drop it.

  4. Use the properties panel to configure the component's properties (e.g. for CustomConnectClaim721.tsx, you'll need to set the following properties):

  • clientId => Your Thirdweb client ID
  • chainId => The chain ID you want to connect to
  • contractAddress => The address of the ERC721 contract you want to claim from
  • enableAccountAbstraction

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published