# ez-split-item



<!-- Auto Generated Below -->


## Properties

| Property       | Attribute       | Description                                                                            | Type      | Default     |
| -------------- | --------------- | -------------------------------------------------------------------------------------- | --------- | ----------- |
| `enableExpand` | `enable-expand` | Define se o item pode ser expandido                                                    | `boolean` | `true`      |
| `label`        | `label`         | Define um título para o painel.                                                        | `string`  | `undefined` |
| `size`         | `size`          | Define o tamanho inicial do painel.                                                    | `string`  | `undefined` |
| `structural`   | `structural`    | Define se o painel está sendo utilizado como estrutura para apresentação de outro item | `boolean` | `false`     |


## Dependencies

### Depends on

- [ez-button](../../../ez-button)

### Graph
```mermaid
graph TD;
  ez-split-item --> ez-button
  ez-button --> ez-icon
  style ez-split-item fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


