Module sauron::html::attributes

source ·
Expand description

Create html attributes

Modules§

Structs§

  • These are the plain attributes of an element
  • css styles style can be converted into an attribute

Enums§

  • Map the Event to DomEvent, which are browser events

Constants§

  • These are most commonly used html attributes such as class, id, etc
  • These are html attributes with names that are non proper rust identifier therefore handled differently. ie: (for, in)
  • These are html attributes with names that are non proper rust identifier therefore handled differently. ie: (for, in)

Functions§

Type Aliases§

  • Callback where Event type is supplied for Components