david-swift 8eb004c9ea Add support for carousels
Add support for any Libadwaita insertable container
2024-01-01 20:33:06 +01:00

27 lines
279 B
Markdown

**STRUCT**
# `Carousel`
A carousel view.
## Properties
### `elements`
The elements.
### `content`
The content.
### `view`
The view.
## Methods
### `init(_:content:)`
Initialize `Carousel`.
- Parameters:
- elements: The elements.
- content: The view for an element.