Pico FT

PicoCSS: https://picocss.com/docs

Setup

pico_hdrs = Link(rel='stylesheet', href='https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css')
# show(pico_hdrs)

Accordian


source

get_accordian

 get_accordian (title, context)

clickable expand

get_accordian('Check details', P('sdfwef'))
Check details

sdfwef

Card

Card('body', P('sdf'),header='sdf',footer='sdfdsf')
sdf
body

sdf

sdfdsf

End