mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 06:47:16 +03:00
Add docs for withoutTail
This commit is contained in:
parent
cc3d3e4305
commit
021d553e45
@ -172,6 +172,12 @@ type Alignment
|
|||||||
| End Px
|
| End Px
|
||||||
|
|
||||||
|
|
||||||
|
{-| Makes it so that the tooltip does not have a tail!
|
||||||
|
|
||||||
|
This will center the tooltip relative to the trigger content, superseding any
|
||||||
|
custom alignment set by `alignStart` and `alignEnd`.
|
||||||
|
|
||||||
|
-}
|
||||||
withoutTail : Attribute msg
|
withoutTail : Attribute msg
|
||||||
withoutTail =
|
withoutTail =
|
||||||
Attribute (\config -> { config | tail = WithoutTail })
|
Attribute (\config -> { config | tail = WithoutTail })
|
||||||
|
Loading…
Reference in New Issue
Block a user