Back to Zulip

{{ doc_root_title }}

templates/zerver/development/showroom/buttons.html

12.0790 B
Original Source

{% extends "zerver/base.html" %} {% set entrypoint = "showroom" %} {% block title %}

{{ doc_root_title }} | Zulip Dev{% endblock %} {% block content %}

{% include 'zerver/portico-header.html' %}

Action Buttons

Icon Buttons

Neutral Variant

Button joyButton joyButton joy

Brand Variant

Button joyButton joyButton joy

Info Variant

Button joyButton joyButton joy

Success Variant

Button joyButton joyButton joy

Warning Variant

Button joyButton joyButton joy

Danger Variant

Button joyButton joyButton joy

Controls

Dark Theme EnableDisable

Select Background {% for background in background_colors %} {{ background.name }} {% endfor %}

Action Button Icon EnableDisable

Select Icon {% for icon in icons %} {{ icon }} {% endfor %}

Action Button Text Reset

{% endblock %}