Skip to content
Samuel Tribe edited this page Jan 18, 2021 · 11 revisions

Tags

The tags module displays the current tag state of river.

Config

Addressed by river/tags

option typeof default description
num-tags integer 9 The number of tags that should be displayed.
tag-labels array The label to display for each tag.

Example:

"river/tags": {
    "num-tags": 5
}

Style

  • #tags button
  • #tags button.occupied
  • #tags button.focused

Note that a tag can be both occupied and focused at the same time.

Clone this wiki locally