ensdomains / thorin

A web3 native design system.
https://thorin.pages.dev
MIT License
78 stars 20 forks source link

[question] Is there a way to add custom icons for <Banner /> instead of iconType prop? #135

Closed JJOptimist closed 10 months ago

JJOptimist commented 10 months ago

Is there an existing issue for this?

Package Version

1.1.5

Current Behavior

<Banner actionIcon={} iconType="normal" title="Header">

Expected Behavior

<Banner actionIcon={} iconType={ LogoSVG } title="Header">

Steps To Reproduce

No response

Anything else?

No response

JJOptimist commented 10 months ago

Nvm, i missed it in documentation, its just icon={LogoSVG}