generateGridAreaCSS: Creates styles for css grid areas.

View source: R/generators.R

generateGridAreaCSSR Documentation

Creates styles for css grid areas.

Description

Creates the requires css statements for a specific set of grid areas. This includes the css required to position each child element into each of the named grid area.

Usage

generateGridAreaCSS(areas, id)

Arguments

areas

Vector of strings with the area names.

id

The id of the parent wrapper element.

Value

A vector of valid css strings.


imola documentation built on April 19, 2022, 5:09 p.m.