GridEntry

sealed class GridEntry(source)

The base class for all values which can be used to configure a CSS grid's rows or columns.

This allows a user to convert a CSS value like "1fr [name] repeat(3, 100px) 1fr" into a list of GridEntrys.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Represents a set of line names for a CSS grid line.

Link copied to clipboard
sealed class Repeat : GridEntry

Represents a repeated set of track sizes and line names for a CSS grid.

Link copied to clipboard
sealed class TrackSize : GridEntry

Represents all possible size values that can be used to configure a CSS grid track.

Functions

Link copied to clipboard
open override fun toString(): String