This library provides a set of Jetpack Compose Preference components for rendering a PreferenceScreen
in a @Composable
hierarchy.
It uses the LazyColumn
DSL under the hood for only rendering visible parts of the PreferenceScreen
.
- PreferenceScreen
- PreferenceCategory
- Preference
- SwitchPreference
- CheckboxPreference
- ListPreference
- TextFieldPreference
- DialogPreference
- MultiChoiceListPreference
- SliderPreference
- SharedPreferences support
- DataStore support