[Question] How can I use Status Indicators in React ? #10088
-
I want to use status indicator in table like this picture. |
Beta Was this translation helpful? Give feedback.
Answered by
tay1orjones
Nov 11, 2021
Replies: 1 comment
-
Hi @bepyan - the status indicator icons are included in the For reference, the Carbon website has an icon library page where you can view all the icons and their names. Filter it by |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bepyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @bepyan - the status indicator icons are included in the
@carbon/icons-react
package and can be imported from there for use in your application.For reference, the Carbon website has an icon library page where you can view all the icons and their names. Filter it by
Status
to see the different status indicator icons available.