# print.bslib_showcase_layout() Code showcase_left_center() Output width: 30% [fs: 1fr] height: --- [fs: ---] max_height: 100px [fs: 67%] --- Code showcase_top_right() Output width: 40% [fs: 1fr] height: --- [fs: ---] max_height: 75px [fs: 67%] --- Code showcase_bottom() Output width: 100% [fs: ---] height: auto [fs: 2fr] max_height: 100px [fs: ---] # value_box_theme() print method Code value_box_theme("bg-gradient-blue-purple") Output theme: bg-gradient-blue-purple --- Code value_box_theme("red", fg = "white") Output theme: bg-red color: white --- Code value_box_theme(bg = "black") Output background-color: black color: #FFFFFF --- Code value_box_theme("text-red", bg = "#FFE8E8") Output theme: text-red background-color: #FFE8E8