web3uikit icon indicating copy to clipboard operation
web3uikit copied to clipboard

Lightweight reusable Web3 UI components for dapps.

Results 46 web3uikit issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

make a reusable version of the token exp table for Admin

feature
in-progress

![Screenshot 2023-05-25 at 09 51 20](https://github.com/web3ui/web3uikit/assets/13779759/ceb97314-dfe9-49a2-aa40-f0f1e3ff0dab) please build this new component 👍 ## Interface - address: string - color?: string - textSize?: 'body16' | 'body18' | 'caption14' | 'caption12' |...

- look at AvatarLevel in the money app - make it reusable - add unit test - ignore the `Rive` stuff for first iteration ### design ![Screenshot 2023-05-22 at 15...

Can we add these features with current in Loading: 1. To give an attribute "gap" to set the gap between loading and text. 2. Directions for loading in the top...

![image](https://user-images.githubusercontent.com/51370246/235283087-f82b63b1-bd5e-4c13-8ee9-533b3001193d.png) There is some unnecessary padding which is causing this misalignment of the separation line. Would like to raise a PR to fix this.

1. Add a new prop to show a tooltip on buttons while hovering 2. Also add the `TCustomize` prop on both the components Once above points are completed: 1. Remove...

feature
in-review

Many dApps require a functionality for user to be able to switch chains. Even though this component wouldn't use Moralis it could still be a nice useful component for the...

feature
web3

Behaviour: When adding `margin` or `gap` style property on input. Margin is added between input and description ![image](https://user-images.githubusercontent.com/35369843/210598546-1a220cf3-149e-4a29-a0d9-1ea481410077.png) Expected: Description should be fixed and margin should be below input Solution:...

bug
question

only happens when id is not given to the input when multiple inputs are present on same form , clicking on bottom inputs label focuses on the first input Reason:...

bug
in-review