Popover Tab tip #11507
-
Hello everybody. Quick question: how to implement a Popover with a "Tab tip", as presented in this page. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @sildeman - Popover does not yet have a first-class config option for the tab tip, #11038 It's still possible to configure one though. You'd need As an example, for the Popover story we add some lightweight styling to the trigger: carbon/packages/react/src/components/Popover/next/story.scss Lines 73 to 84 in 6a345aa |
Beta Was this translation helpful? Give feedback.
Hey @sildeman - Popover does not yet have a first-class config option for the tab tip, #11038
It's still possible to configure one though. You'd need
caret="false"
on the Popover and the trigger will need some custom styling to make it appear consistent with the tab tip specification.As an example, for the Popover story we add some lightweight styling to the trigger:
carbon/packages/react/src/components/Popover/next/story.scss
Lines 73 to 84 in 6a345aa