tagsExample

Undocumented in source. Be warned that the author may not have intended to support it.
@safe
@
()
=> label(.tags!(Tags.heading), "Tags")
,
()
=> label("If you need to make some nodes have a different look, perhaps because they serve a different " ~ "purpose or just need to stand out, you can use tags. If you're familiar with web development, tags are " ~ "very similar to CSS classes.")
,
()
=> label("Tags have to be defined ahead of time. Create an enum to store your tags and mark it with " ~ "'@NodeTag'.")
Frame
tagsExample
()

Meta