coinbase / onchainkit

React components and TypeScript utilities to help you build top-tier onchain apps.
https://onchainkit.xyz
MIT License
534 stars 123 forks source link

Feature Request: Allow sliced address customization for the Name component #732

Closed cpcramer closed 2 months ago

cpcramer commented 3 months ago

Describe the solution you'd like

Add the option to slice or not slice the address in the the Name component. Allow the developer to choose whether they'd like to render the entire address vs a truncated version.

Describe alternatives you've considered.

No response

cpcramer commented 3 months ago
Part Description Status
1 [Part 1] feat: Add isSliced option to the Name and Address component
2 [Part 2] docs: Add isSliced option to the Name and Address component