Skip to content

Commit

Permalink
Update snippet titles
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 23, 2024
1 parent ae77955 commit 4753f7e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import source from '@braid-design-system/source.macro';

export const snippets: Snippets = [
{
name: 'Text trigger',
name: 'Standard',
code: source(
<MenuRenderer
offsetSpace="small"
Expand All @@ -36,7 +36,7 @@ export const snippets: Snippets = [
),
},
{
name: 'Small Text trigger',
name: 'Small',
code: source(
<MenuRenderer
size="small"
Expand All @@ -59,7 +59,7 @@ export const snippets: Snippets = [
),
},
{
name: 'ButtonIcon trigger',
name: 'With ButtonIcon',
code: source(
<MenuRenderer
offsetSpace="small"
Expand All @@ -78,7 +78,7 @@ export const snippets: Snippets = [
),
},
{
name: 'Small ButtonIcon trigger',
name: 'Small with ButtonIcon',
code: source(
<MenuRenderer
size="small"
Expand All @@ -100,7 +100,7 @@ export const snippets: Snippets = [
),
},
{
name: 'Placeholder trigger',
name: 'With Placeholder',
code: source(
<MenuRenderer
offsetSpace="small"
Expand Down

0 comments on commit 4753f7e

Please sign in to comment.