Package-level declarations
Types
Represents an animation configuration for an event point in a UI component. This animation defines how an event point (circle) should animate, including its initial value, target value, and the specification of the animation.
Represents a type of event point in a UI component with an optional icon. This class is used to define different types of event points such as empty, filled, or custom types with specific icons.
Represents a position of an event within a sequence, such as the start, middle, or end. This class encapsulates the logic for determining the position based on the index in a list.
Enum representing the alignment of the timeline line and points for JetLimeRow.
Provides default values and utility functions for JetLimeColumn or JetLimeRow styling.
Provides default values and utility functions for JetLimeEvent styling.
Represents the style configuration for an event in a JetLimeEvent UI component. This class encapsulates various styling properties such as position, point type, colors, radius, animation, and stroke attributes for an event point.
Represents the styling configuration for JetLimeColumn and JetLimeRow components.
Enum representing the alignment of the timeline line and points for JetLimeColumn.
Properties
A CompositionLocal providing the current JetLimeStyle.
Functions
A composable function that creates a vertical timeline interface with a list of items.
Composable function for creating a JetLimeColumn or JetLimeRow event.
Should only be used with a JetLimeColumn for a vertical arrangement of events.
A composable function that creates a horizontal timeline interface with a list of items.