Creates a imola template as an object for future use. Depending on the given type, the template will then be available to be used as an argument to a panel or page function of that specific type. Templates are collections of arguments that can be grouped and stored for later usage via the "template" argument of panel and page functions.
gridTemplate(
name,
type = c("grid", "flex"),
...,
breakpoint_system = getBreakpointSystem(),
description = NULL
)
A string with the name that identifies the template.
The type of css grid for which the template can be used. Value must be either "grid" or "flex".
Breakpoint system to use.
Optional description with information. about the template. Can be used to pass on any additional relevant information (For example its origin or connected frameworks).
A template object.