Documentation
¶
Overview ¶
Package progress contains Material 3 Progress Indicators components.
Reference: [Progress Indicators](https://m3.material.io/components/progress-indicators/overview) Specs: [Progress Indicators Specs](https://m3.material.io/components/progress-indicators/specs)
Index ¶
Constants ¶
View Source
const ( Material3LinearProgressNodeID = "Material3LinearProgress" Material3CircularProgressNodeID = "Material3CircularProgress" )
Variables ¶
View Source
var EmptyModifier = modifier.EmptyModifier
Functions ¶
This section is empty.
Types ¶
type Composable ¶
type Composable = api.Composable
func CircularProgressIndicator ¶
func CircularProgressIndicator(progress float32, options ...IndicatorOption) Composable
func LinearProgressIndicator ¶
func LinearProgressIndicator(progress float32, options ...IndicatorOption) Composable
func LoadingIndicator ¶
func LoadingIndicator(options ...IndicatorOption) Composable
LoadingIndicator displays a circular indeterminate progress indicator.
type IndicatorOption ¶
type IndicatorOption func(o *IndicatorOptions)
func WithIndicator ¶
func WithIndicator(ind *indicator.Indicator) IndicatorOption
func WithModifier ¶
func WithModifier(m Modifier) IndicatorOption
type IndicatorOptions ¶
func DefaultIndicatorOptions ¶
func DefaultIndicatorOptions() IndicatorOptions
type MutableValue ¶
type MutableValue = state.MutableValue
type ThemeManager ¶
type ThemeManager = theme.ThemeManager
Click to show internal directories.
Click to hide internal directories.