EVOLUTION-MANAGER
Edit File: material_column.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Create a column to organize UI content</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for material_column {shinymaterial}"><tr><td>material_column {shinymaterial}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Create a column to organize UI content</h2> <h3>Description</h3> <p>UI content can be placed in columns to organize items on a page. </p> <h3>Usage</h3> <pre> material_column(..., width = 6, offset = 0) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>...</code></td> <td> <p>The UI elements to place in the column.</p> </td></tr> <tr valign="top"><td><code>width</code></td> <td> <p>Integer. The width of the column. The value should be between 1 and 12.</p> </td></tr> <tr valign="top"><td><code>offset</code></td> <td> <p>Integer. The offset to the left of the column. The value should be between 0 and 11.</p> </td></tr> </table> <h3>Examples</h3> <pre> material_column( width = 4, shiny::tags$h1("Column Content") ) </pre> <hr /><div style="text-align: center;">[Package <em>shinymaterial</em> version 1.2.0 <a href="00Index.html">Index</a>]</div> </body></html>