Smallcomponent

Small({ children }: SmallProps): ReactElement
ParamType
propsSmallProps
Props for Small — optional children. required
Return
ReactElement
Rendered <small> element.

Small print — renders a <small> element for side comments and fine print.

Examples

<Small>Terms apply.</Small>