Description
A simple LCARS well panel wrapper that takes color and background color
arguments and understands LCARS color names.
Usage
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.