DEV: a new d-tooltip component (#17513)

This commit is contained in:
Andrei Prigorshnev
2022-07-28 18:33:20 +04:00
committed by GitHub
parent a23e934730
commit 023835cdad
7 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<StyleguideExample @title="rich-tooltip">
<DButton>
{{i18n "styleguide.sections.rich_tooltip.hover_to_see"}}
<DTooltip>
<h3>{{i18n "styleguide.sections.rich_tooltip.header"}}</h3>
{{i18n "styleguide.sections.rich_tooltip.description"}}
</DTooltip>
</DButton>
</StyleguideExample>

View File

@@ -83,3 +83,8 @@ en:
title: "Spinners"
empty_state:
title: "Empty State"
rich_tooltip:
title: "Rich Tooltip"
description: "Description"
header: "Header"
hover_to_see: "Hover to see a tooltip"