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#

NameTypeDefaultDescription
iconReactNodenoneThe meta item icon element.
labelstringnoneThe meta item label.
textstringnoneThe meta item text.