Package-level declarations
Types
Kobweb's version of the AlignContent
class, which is more fully featured than the Compose HTML one.
Kobweb's version of the AlignItems
class, which is more fully featured than the Compose HTML one.
A CSS numeric value representing an angle.
A CSS numeric value representing a flex value.
A CSS numeric value representing a length.
A CSS numeric value representing a length or percentage.
A CSS numeric value representing a percentage.
Support for declaring a 2D coordinate relative to some element rectangle.
A CSS numeric value representing a time value.
A class which allows for a more concise way of declaring a grid.
Represents all possible values that can be passed into a CSS grid property.
A builder for simplifying the creation of grid track lists.
Kobweb's version of the JustifyContent
class, which is more fully featured than the Compose HTML one.
Kobweb's version of the JustifyItems
class, which is more fully featured than the Compose HTML one.
Kobweb's version of the JustifySelf
class, which is more fully featured than the Compose HTML one.
A class for declaring a CSS style property (i.e. a variable value that can be used inside CSS styles).
A delegate provider class which allows you to create a StyleVariable.NumberValue instance via the by
keyword.
A delegate provider class which allows you to create a StyleVariable.PropertyValue instance via the by
keyword.
A delegate provider class which allows you to create a StyleVariable.StringValue instance via the by
keyword.
Special values for Transition Delay Property.
Special values for Transition Duration Property.
Properties
A CSS value that represents the "auto" keyword and can be used anywhere that accepts a length argument.
Represents 1% of the dynamic viewport's block size.
Represents 1% of the dynamic viewport's height.
Represents 1% of the dynamic viewport's inline size.
Represents 1% of the dynamic viewport's largest dimension.
Represents 1% of the dynamic viewport's smallest dimension.
Represents 1% of the dynamic viewport's width.
Represents 1% of the large viewport's block size.
Represents 1% of the large viewport's inline size.
Represents 1% of the large viewport's height.
Represents 1% of the large viewport's largest dimension.
Represents 1% of the large viewport's smallest dimension.
Represents 1% of the large viewport's width.
Represents 1% of the small viewport's block size.
Represents 1% of the small viewport's height.
Represents 1% of the small viewport's inline size.
Represents 1% of the small viewport's largest dimension.
Represents 1% of the small viewport's smallest dimension.
Represents 1% of the viewport's block size.
Functions
A Kotlin-idiomatic API to configure the background
CSS property.
Creates a box-shadow property with a single shadow. The property accepts either the BoxShadow.None value, the default global keywords, which indicates no shadows, or a list of shadows, created by using BoxShadow.of, ordered front to back.
Creates a box-shadow property with multiple shadow. The property accepts a list of shadows, created by using BoxShadow.of, ordered from front to back.
Convenience function for an extremely common case, setting content to text.
Helper method for setting a StyleVariable onto a raw HTML element.
Helper method for declaring a StyleVariable.PropertyValue instance via the by
keyword.
Helper method for declaring a StyleVariable.NumberValue instance via the by
keyword.
Helper method for declaring a StyleVariable.StringValue instance via the by
keyword.
Helper method for declaring a StyleVariable.PropertyValue instance representing a flex value via the by
keyword.
Helper method for declaring a StyleVariable.PropertyValue instance representing a time value via the by
keyword.
Helper method for declaring a StyleVariable.PropertyValue instance representing an angle value via the by
keyword.
Helper method for declaring a StyleVariable.PropertyValue instance representing a length or percentage value via the by
keyword.
Helper method for declaring a StyleVariable.PropertyValue instance representing a length value via the by
keyword.
Helper method for declaring a StyleVariable.PropertyValue instance representing a percentage value via the by
keyword.