跳到主要内容

Mini

Components

The Mini component family provides the following components:

提示

These components are typically used when a Popout would take up too much space.

MiniNote

A component to display a mini 注意

You can import the MiniNote component from the mini component family in the @openclothes/react package:

Javascript
import { MiniNote } from "@openclothes/react/components/Mini"

MiniTip

A component to display a mini 提示

You can import the MiniTip component from the mini component family in the @openclothes/react package:

Javascript
import { MiniTip } from "@openclothes/react/components/Mini"

MiniWarning

A component to display a mini 警告

You can import the MiniWarning component from the mini component family in the @openclothes/react package:

Javascript
import { MiniWarning } from "@openclothes/react/components/Mini"