Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/1e6318cc9e15d0bf1ec8122657be7e15 to your computer and use it in GitHub Desktop.
Save philipusis/1e6318cc9e15d0bf1ec8122657be7e15 to your computer and use it in GitHub Desktop.
block('userControlsGrouping').elem('groupingShowHideButton')(
tag()('i'),
elemMod('direction', 'down')(
cls()('fa fa-angle-down')
),
elemMod('direction', 'up')(
cls()('fa fa-angle-up')
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment