Skip to content

Commit

Permalink
add clarification about the "Standard" variant
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Apr 11, 2024
1 parent e22c6e8 commit c74ba19
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/pages/experiments/docs/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@

## Standard demo

{{"demo": "DemoInDocs.js"}}

## "bg": "inline"
"Standard" refers to when no background is explicitly defined.
So, it renders the "outlined" background variant.

{{"demo": "DemoInDocs.js", "bg": "inline"}}
{{"demo": "DemoInDocs.js"}}

## "bg": "outlined"

{{"demo": "DemoInDocs.js", "bg": "outlined"}}

## "bg": "inline"

{{"demo": "DemoInDocs.js", "bg": "inline"}}

## "bg": true

{{"demo": "DemoInDocs.js", "bg": true}}
Expand Down

0 comments on commit c74ba19

Please sign in to comment.