Skip to content

Commit

Permalink
Added additional documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mandla-noredink committed Dec 7, 2023
1 parent 03f44a1 commit 2c5cd82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Nri/Ui/Accordion/V4.elm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ defaultCaret isOpen =
|> Svg.toHtml


{-| -}
{-| Animated caret used for accordions that expand upwards.
-}
upwardCaret : Bool -> Html msg
upwardCaret isOpen =
AnimatedIcon.arrowRightUp isOpen
Expand Down

0 comments on commit 2c5cd82

Please sign in to comment.