Prose
Create a block of text which will break once a word exceeds the configured line width. The children are expected to be strings, and a is added between each word.
import { Prose } from "@alloy-js/core";
<Prose > {children}</Prose>
import { Prose } from "@alloy-js/core/stc";
Prose({ }).children(children)
Props
children | Children |