Module respo::ui

source ·
Expand description

Some pre-defined styles for layout fonts, and form elements. Highly coupled with styles from http://ui.respo-mvc.org/ .

  • Layouts: flexbox rows and columns, also with centering
  • Elements: button, input, textarea, and link from Respo UI.
  • Fonts: fancy(Josefin Sans), normal(Hind), code(monospace from system).

Since this is CSS rules, you can combine styles with:

format!("{} {} {}", ui_input(), your_shared(), your_own())

Functions