FitProps API Reference
Prop reference
| Title | Type | Default | Description |
|---|---|---|---|
| className | string | – | Additional class names for the root element |
| disableHorizontalAlignment | boolean | – | Disable horizontal centering of the content (via "mx-auto") |
* Props marked with an asterisk are required.
CSS target reference
| Export | CSS Class Target | Description |
|---|---|---|
| FitTargetClassRoot | .NPUI-Fit-root | Root of the Fit component |
Exports are available from /src/components/fit/fit.tsx or from
Related APIs