Tempest-Pico

Components for Tempest Framework with Pico CSS + UnoCSS

Component Example: Table

You can (ab)use Markdown to create Tables:

CSS ACSS class Tailwind class
color:red; C(red) text-red
text-align: justify; Ta(j) text-justify
text-align-last: center; Tal(c) {I don’t know}

Much simpler is using the Component:

Example using the Component
CSSACSS classTailwind class
color:red;C(red)text-red
text-align: justify;Ta(j)text-justify

text-align-last: center;

Tal(c)

I don’t know