Module sycamore::component

Expand description

Utilities for components and component properties.

Structs§

  • A special property type to allow the component to accept passthrough attributes. This can be useful if your component wraps an HTML element, i.e. accessible component libraries.
  • A special property type to allow the component to accept children.

Enums§

Traits§

  • A trait that is automatically implemented by all components.
  • A trait that is implemented automatically by the Props derive macro.