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).
A large button
<btn size="large">[[:start|Go to ComboStrap]]</btn>
Only this component responds to this attribute:
size="value"
where value can be the name or the code
| code | Name |
|---|---|
| sm | small |
| md | medium (default) |
| lg | large |
| xl | extra-large |