package
0.10.7
Repository: https://github.com/abdfnx/bubbles.git
Documentation: pkg.go.dev

# Functions

New returns a model with default values.
WithDefaultGradient sets a gradient fill with default colors.
WithDefaultScaledGradient sets a gradient with default colors, and scales the gradient to fit the filled portion of the ramp.
WithGradient sets a gradient fill blending between two colors.
WithoutPercentage hides the numeric percentage.
WithScaledGradient scales the gradient to fit the width of the filled portion of the progress bar.
WithSolidFill sets the progress to use a solid fill with the given color.
WithSpringOptions sets the initial frequency and damping options for the progressbar's built-in spring-based animation.
WithWidth sets the initial width of the progress bar.

# Variables

NewModel returns a model with default values.

# Structs

FrameMsg indicates that an animation step should occur.
Model stores values we'll use when rendering the progress bar.

# Type aliases

Option is used to set options in NewModel.