Module wasm_react::props

source ·
Expand description

This module provides convenience methods for building React props for JS consumption.

Structs

  • The component builder that powers h!, which provides convenience methods for adding props.
  • A convenience builder for JS objects. Mainly used for constructing props that are not controlled by Rust.
  • A convenience wrapper around Props that provides auto-completion for style-related properties.

Traits