API
DComposeProps
interface DComposeProps extends React.HTMLAttributes<HTMLDivElement> {
dSize?: DSize;
dVertical?: boolean;
dDisabled?: boolean;
}
| Property | Description | Default | Version |
|---|---|---|---|
| dSize | Set the size of the compose item | - | |
| dVertical | Set vertical alignment | false |
|
| dDisabled | Disabled | false |
DComposeItemProps
interface DComposeItemProps extends React.HTMLAttributes<HTMLDivElement> {
dGray?: boolean;
}
| Property | Description | Default | Version |
|---|---|---|---|
| dGray | Set light gray background | false |