Hanzo GUI

HTML Elements

Render semantic HTML with these elements

To assist in creating accessible web apps, the following components are exported, all mapping directly to DOM elements of the lowercase names:

  • Section (section)
  • Article (article)
  • Main (main)
  • Header (header)
  • Aside (aside)
  • Footer (footer)
  • Nav (nav)

Installation

It's exported by @hanzo/gui, or:

npm install @hanzogui/elements

API Reference

All HTML components extend View, inheriting all the Gui standard props.

Last updated on

On this page