Crate sycamore_core

Source
Expand description

Core functionality for the Sycamore UI framework.

This crate should not be used directly. Instead, use the sycamore crate which re-exports this crate.

Structs§

Children
A special property type to allow the component to accept children.

Traits§

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