ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.layout / ColumnSizes

ColumnSizes

data class ColumnSizes

The UI defines 5 different screen size breakpoints, from smallest (xs) to largest (xl). The actual pixel breakpoints are defined by the UI. Column sizes should be in 1,12 range, 12 being the full width of the row, 1 being 1/12 width of the row. At least xs needs to be defined.

Constructors

Name Summary
<init> The UI defines 5 different screen size breakpoints, from smallest (xs) to largest (xl). The actual pixel breakpoints are defined by the UI. Column sizes should be in 1,12 range, 12 being the full width of the row, 1 being 1/12 width of the row. At least xs needs to be defined.ColumnSizes(xs: Int, sm: Int? = null, md: Int? = null, lg: Int? = null, xl: Int? = null)

Properties

Name Summary
lg val lg: Int?
md val md: Int?
sm val sm: Int?
xl val xl: Int?
xs val xs: Int