custom-element 0.1.0

A CustomElement trait for implementing custom elements (web components) in Rust
Documentation

custom-element

Overview

  • Allows creating autonomous custom elements OR customized built-in elements

  • Provides all the valid HtmlElement constructor (behind a feature flag) for creating customized built-in elements

Set up

For steps for compiling this repo locally, see ./SETUP.md

Scripts

See available scripts at ./Makefile.toml