Back to Ant Design

SharedProps.En US

components/skeleton/shared/sharedProps.en-US.md

6.3.7799 B
Original Source

<Antd component="Alert" title="The following APIs are shared by Skeleton, Avatar, Button, Input, Image, Node." type="info" banner="true"></Antd>

PropertyDescriptionTypeDefaultVersion
activeShow animation effectbooleanfalse
classNamesCustomize class for each semantic structure inside the Skeleton component. Supports object or function.Record<SemanticDOM, string> | (info: { props }) => Record<SemanticDOM, string>-6.0.0
stylesCustomize inline style for each semantic structure inside the Skeleton component. Supports object or function.Record<SemanticDOM, CSSProperties> | (info: { props }) => Record<SemanticDOM, CSSProperties>-6.0.0