Skip to content

Popover Tab tip #11507

Answered by tay1orjones
sildeman asked this question in Help
May 30, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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:

.playground-trigger {
display: flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
border: 1px solid theme.$border-subtle;
}
.playground-trigger svg {
f…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sildeman
Comment options

Answer selected by sildeman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants