Smallcomponent
Small({ children }: SmallProps): ReactElement| Param | Type | |
|---|---|---|
props | SmallProps | 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>