Eric
Eric
### Description A simple web3 avatar component ### Why is this needed? need a web3 avatar component ### Proposed Solution or API 4 working files: - ENSAvatar.tsx - ENSAvatar.test.tsx -...
Currently we have a [DropdownMenu element](https://github.com/Developer-DAO/web3-ui/tree/main/packages/components/src/elements/DropdownMenu) This should be renamed to Dropdown A lot will be removed from this element to get to the goal of a single element The...
**Build a set of basic elements.** Elements are found in the `packages/components/src/elements` folder. Each element should have working - tsx file - storybook file - test file Example of a...
A list of issues noticed from a live test of [https://dark-steel.surge.sh/](https://dark-steel.surge.sh/) - [x] wallet doesn't check if user is on the correct network - [x] mint button can be pressed...
### Description A simple NFT component using the ankr hook useNFTMetadata display the picture, token ID, collection title, description props should include contractAddress, tokenID, network check for gif, video, and...
Description A simple mint of contract component. Component will be a simple button using the button element already created [here](https://github.com/Developer-DAO/web3-ui/tree/main/packages/components/src/elements/Button) Why is this needed? need a web3 avatar component Proposed...
### What does it do? Why? 👉🏻 Please add a description of what this `pull request` does. This PR is an attempt to look at the structure of the `/issues`...
**Describe the bug** Using the Next.js boilerplate from [https://github.com/FirebaseExtended/firebase-framework-tools/tree/main/starters/nextjs/basic](https://github.com/FirebaseExtended/firebase-framework-tools/tree/main/starters/nextjs/basic), I deployed as is and worked fine. If I remove `package-lock.json` file and use the yarn package manager, when I push...