About
The size attributes determines the background surface of a component, the higher the more surface, it will take.
Technically, it sets the padding (the external zone of a box).
Example: A large button
A large button
<btn size="large">[[:start|Go to ComboStrap]]</btn>
Components
Only this component responds to this attribute:
Syntax
size="value"
where value can be the name or the code
code | Name |
---|---|
sm | small |
md | medium (default) |
lg | large |
xl | extra-large |