---json
{
"page_id": "vtolj4xia392o6fi0mhsl"
}
---
====== ComboStrap Styling - Skin attribute (Button Emphasis Control) ======
===== About =====
''skin'' is a [[styling|ComboStrap styling attribute]] that defines the [[docs:styling:emphasis|emphasis]] level of your [[docs:content:button|button]] by applying a set of standard styling attribute on:
* [[color|color]]
* [[shadow|elevation (shadow)]]
* and [[border|border]]
===== Syntax =====
where ''value'' is one of:
* ''contained''
* ''filled'' (default)
* ''outline''
* ''text''
This attribute is used mostly with the [[docs:content:button|button]] but it works also only on the following components:
* [[docs:block:note|note]]
* [[docs:block:card|card]]
===== Skin and Emphasis Level =====
^ Name ^ Emphasis Level ^ Text \\ Color ^ Background \\ Color ^ Border \\ Color ^ [[shadow|Medium Elevation]] ^
| Contained | High | 🗸 | 🗸 | 🗸 | 🗸 |
| Filled (Default) | Medium | 🗸 | 🗸 | 🗸 | |
| Outline | Low | 🗸 | | 🗸 | |
| Text | Normal | 🗸 | | |
===== Example =====
==== Button ====
With a [[docs:content:button|button]]
Contained
Filled
Outline
Text
==== Note ====
With a [[docs:block:note|note]]
A Contained Note
A Filled Note
An Outlined Note
A Textual Note
==== Card ====
With a [[docs:block:card|card]]
A Contained Card
A Filled Card
An Outlined Card
A Textual Card