You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we introduced the component we made a conscious decision to keep it as an internal component for now. Currently, it's accessible through Card.Icon component and Bento.Content[leadingVisual] prop since these were the primary use cases we had in mind.
If you have specific use cases where you need Icon as a standalone component just let me know the specifics and we can reassess the decision 🙂
@joshfarrant I think either I'm missing something obvious, or there was an oversight.
How do I put the Icon into the Bento.Content[leadingVisual] prop if Icon is never exported? In the storybook story for Bento, it is utilized as a relative import. I can't do that via an npm package.
I believe either the Icon component would need to be exported or a Bento.Icon created, right?
Icon
was released in release0.42.0
but not exported, so it can't be used. It just needs to be exported frompackages/react/src/index.ts
I believeThe text was updated successfully, but these errors were encountered: