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
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am new to Chakra ui.
I am retrieving html from an API and displaying it inside a Card Body component.
The retrieved html looks like below:
<span class='match'> placeholder text </span> more placeholder text...
I want to style/highlight the span tag.
Is it possible by some method in Chakra ui or do I need to put the css in a separate style sheet?
Beta Was this translation helpful? Give feedback.
All reactions