The Meta component is not the meta tag component in HTML, and is often used to describe multiple information blocks in the page header.
import { Meta, MetaItem } from "wis/meta"
Using in Container#
The Meta component can be used within Page container of wis. Refer to the corresponding container documentation for details on how to use it.
API Reference#
Meta#
None
MetaItem#
Name | Type | Default | Description |
---|---|---|---|
icon | ReactNode | none | The meta item icon element. |
label | string | none | The meta item label. |
text | string | none | The meta item text. |