These css classes are handled by the core ch5-list business logic, you can control some of them via attributes placed on the desired ch5-list tag.
CSS Class | Description |
---|---|
ch5--list | Main class, added by default. |
ch5-list--disabled | Off by default. Add the "disabled" attribute to the ch5-list tag in order to disable the list |
ch5-list--vertical | The list is displayed vertically by default, you can explicitly add the attribute orientation="vertical". |
ch5-list--horizontal | Applied when orientation="horizontal" to display the list horizontally. |
ch5-list--scrollbar | Applied when scrollbar="true" is added |