Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi,
I want to add a badge next to the label.
Any input on how to achieve that
Solved! Go to the solution
This is an accepted solution.
ok got it figured
label={<><Text as="strong">My label</Text><Badge tone="success">Active</Badge></>}
@wayforward hey, thanks for posting here.
can you please let me know where is this place to add badges?
the highlighted yellow area next to label ( My label) of TextField
@wayforward oh , mate i just need to know where is it thing?
storefront or backend?
sorry, forgot to add - I am developing a Shopify app (jsx)
I am developing a Shopify remix app (jsx) using polaris
This is an accepted solution.
ok got it figured
label={<><Text as="strong">My label</Text><Badge tone="success">Active</Badge></>}