Package-level declarations
Types
Represents an event that occurred during preview interaction
Have me.tbsten.compose.preview.lab.gallery.previewlist.PreviewTreeNode.Preview information collected by gradle plugin. It can be used to display the Preview catalog by passing it to PreviewLabGallery.
Properties
CompositionLocal that indicates whether the current composition is inside a PreviewLabGallery card body. When true, PreviewLab will skip rendering its full UI and only render the preview content directly. This is used to show scaled-down preview thumbnails in the gallery view.
CompositionLocal that provides the current PreviewLabPreview being displayed. This is set by PreviewLabGallery when a preview is selected.
Functions
Returns a Lazy that provides the list of @Preview functions collected from this module and all dependency modules that export their preview properties.
Returns a Lazy that provides the list of @Preview functions collected from this module only.
Create a CollectedPreview instance.