Components
Components are reusable UI elements that carry their own context, state, or visual identity. Unlike layouts, which only describe how elements relate to each other in space, components style what something is in a context. They expose their configuration through component-level custom properties, so you adjust their behaviour without touching internal CSS.
Feo.css ships a minimal set of components; most component styling belongs to your own project.