We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please build this new component 👍
https://www.dextools.io/app/en/ether/pair-explorer/0x6c4c7f46d9d4ef6bc5c9e155f011ad19fc4ef321
The text was updated successfully, but these errors were encountered:
I can try to create this component using ts
type TextSize = 'body16' | 'body18' | 'caption14' | 'caption12' | 'caption10'; type TextWeight = 'regular' | 'medium' | 'bold'; // Adjust according to your Typography component
interface AddressDisplayProps { address: string; color?: string; textSize?: TextSize; textWeight?: TextWeight; linkUrl?: string; }
use this interface for the type in the AddressDisplay component.
Sorry, something went wrong.
mrdexters1
No branches or pull requests
please build this new component 👍
Interface
Result
linkUrl example
https://www.dextools.io/app/en/ether/pair-explorer/0x6c4c7f46d9d4ef6bc5c9e155f011ad19fc4ef321
The text was updated successfully, but these errors were encountered: