A simple LCARS well panel wrapper that takes color and background color arguments and understands LCARS color names.

lcarsWell(..., color = "atomic-tangerine", background_color = "#000000")

Arguments

...

panel contents.

color

border color. Any hex color or a named LCARS color.

background_color

background color. Any hex color or a named LCARS color.

Value

HTML

Examples

lcarsWell()
#> <div class="well" style="border-color:#FF9900;background-color:#000000;"></div>