mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-30 06:07:41 +03:00
Docs and changelog
This commit is contained in:
parent
c0425e083f
commit
f8c18ba872
@ -11,7 +11,11 @@ module Nri.Ui.Menu.V4 exposing
|
|||||||
, Entry, group, entry
|
, Entry, group, entry
|
||||||
)
|
)
|
||||||
|
|
||||||
{-| Changes from V3:
|
{-| Patch changes:
|
||||||
|
|
||||||
|
- improve interoperability with Tooltip (Note that tooltip keyboard events are not fully supported!)
|
||||||
|
|
||||||
|
Changes from V3:
|
||||||
|
|
||||||
- improve composability with Button, ClickableText, and ClickableSvg
|
- improve composability with Button, ClickableText, and ClickableSvg
|
||||||
|
|
||||||
@ -306,7 +310,8 @@ defaultButton title attributes =
|
|||||||
DefaultTrigger title attributes
|
DefaultTrigger title attributes
|
||||||
|
|
||||||
|
|
||||||
{-| -}
|
{-| Warning: Tooltip keyboard events are not fully supported!
|
||||||
|
-}
|
||||||
withTooltip : List (Tooltip.Attribute msg) -> Attribute msg
|
withTooltip : List (Tooltip.Attribute msg) -> Attribute msg
|
||||||
withTooltip tooltipAttributes =
|
withTooltip tooltipAttributes =
|
||||||
Attribute <| \config -> { config | tooltipAttributes = tooltipAttributes }
|
Attribute <| \config -> { config | tooltipAttributes = tooltipAttributes }
|
||||||
|
Loading…
Reference in New Issue
Block a user