Headless CSS Components
Shortcuts:Components list:
Stylify components are inspired by the Material Design 3. Stylify doesn’t provide any color palettes by default, because prepared color palettes mostly doesn’t match project needs and are changed anyway.
However we have a guide on how to use theme and color palettes generated by the Material Theme Builder.
Components’ proportions are taken from their community figma file.
Components expect that you have some kind of a “reset” stylesheet included in your page.
For example Normalize.css.
Also the
box-sizing:border-box
should be added on all elements.