Common Props
Common Props
Tips: The following common props apply to most Ant Design X components. Components that do not support them will be specified separately.
Property | Description | Type | Default |
---|---|---|---|
prefixCls | Unified style prefix | string | - |
style | Custom style | CSSProperties | - |
styles | Semantic style | Record<string,CSSProperties> | - |
className | Custom class name | string | - |
classNames | Semantic custom class name | Record<string,string> | - |
rootClassName | Class name on the outermost element | string | - |