Body

Document <body> element

Default Styling

:root {
  $body-bg: darken(white, 45%);

  background-color: $body-bg;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;

  outline: 1px;
  padding: 1.5px;
  outline-color: darken($body-bg);
}

<button> element

An intractable button element.

<chat-component> element

Element with content loaded from a JSON chat component.

<input/> element

Allows for user input

<item/> element

Allows an item to be rendered in the menu

Minimessage elements

Minimessage-like tags

Text Decoration Elements

Shorthands for bold, italic and strikethrough