Channels
Builds a list of ChannelItem elements, based on channelsState and action handlers that it receives.
Parameters
Exposes if we're loading more items, reaches the end of the list and the current list of channels to show.
State of the lazy list that represents the list of channels. Useful for controlling the scroll state.
Handler for when the user reaches the end of the list.
Modifier for styling.
Padding values to be applied to the channel list surrounding the content inside.
Composable that represents the helper content. Empty by default, but can be used to implement scroll to top button.
Composable that represents the loading more content, when we're loading the next page.
Customizable UI component, that represents each item in the list.
Customizable UI component, that represents item dividers.