AttributeDoc
A component that creates documentation for a single attribute. This can be used for both inline and block attribute documentation.
import { AttributeDoc } from "@alloy-js/python";
<AttributeDoc name={Children} style={"google"} type={Children}> {children}</AttributeDoc>
import { AttributeDoc } from "@alloy-js/python/stc";
AttributeDoc({ name: Children, style: "google", type: Children,}).children(children)
children | optionalChildren |
name | Children |
style | optional”google” |
type | optionalChildren |