File size: 562 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
group:
title: Advanced
order: 6
title: Common Props
---
> Tips: The following generic properties apply to most antd components; those not supported are described separately.
| Property | Description | Type | Default |
| ------------- | ----------------------------- | ------------- | ------- |
| style | The additional style | CSSProperties | - |
| className | The additional css class | string | - |
| rootClassName | ClassName on the root element | string | - |
|