CompactInformationPanel
- SmartHR UI v21.4.5
- Storybook
- ソースコード(GitHub)
Props
Name | Required | Type | Description |
---|---|---|---|
type | - | "error" ,
"warning" ,
"info" ,
"success" | 表示する情報の種類 |
className | - | string | コンポーネントに適用するクラス名 |
children | true | string ,
number ,
false ,
true ,
{} ,
ReactElement<any, string | JSXElementConstructor<any>> ,
Iterable<ReactNode> ,
ReactPortal | 表示する情報の内容 |