# Jetpack Compose: Divider

DevFeed: [Jetpack Compose: Divider](<https://devfeed.tech/articles/jetpack-compose-divider-24850.md>)

Original publisher: [Read original article](<https://alexzh.com/jetpack-compose-divider/>)

Author: Alex Zhukovich

Published: 2024-02-08T11:33:53Z

Content type: tutorial

Language: en

Sources: [Alex Zhuk - Android development and testing](<https://devfeed.tech/sources/alex-zhuk-android-development-and-testing.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [ui](<https://devfeed.tech/topics/ui.md>), [Canvas](<https://devfeed.tech/topics/canvas.md>), [implementation](<https://devfeed.tech/topics/implementation.md>)

Tags: [canvas](<https://devfeed.tech/tags/canvas.md>), [compose](<https://devfeed.tech/tags/compose.md>), [customization](<https://devfeed.tech/tags/customization.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [jetpack](<https://devfeed.tech/tags/jetpack.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ui-components](<https://devfeed.tech/tags/ui-components.md>)

## AI overview

A tutorial on Jetpack Compose dividers, comparing the Material 2 and Material 3 implementations and explaining how to use horizontal and vertical dividers. It also covers customization of size, padding, color, and thickness, plus creating custom dividers with Canvas.

## Source excerpt

This article covers using and customizing the "Dividers" components from the "Material 2" and "Material 3" libraries in the Jetpack Compose. In addition to that, we will explore the difference between implementation of the Divider, HorizontalDivider and VerticalDivider.