Description Usage Format Details See Also Examples
Create an R object that represents a Fomantic UI Element e.g. segment or container. The contents have remained as minimal as possible to enable the greatest possible flexibility.
1 |
An object of class list
of length 41.
Most of the elements work just like a standard HTML tag with some pre-defined classes, however there are a few elements which require a value, and so have an extra argument attached:
emoji
FUI Element: emoji
- The string of the emoji name
country
FUI Element: flag
- Either the country name or 2 character ISO code
icon
FUI Element: icon
- The space separated name of the Font Awesome icon
html_tag
FUI Elements: header, list, item
- For certain elements, multiple HTML tags can be used.
The default is set to div
, but can be set to any valid HTML tag.
https://fomantic-ui.com for styling Fomantic UI elements, builder
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.