Skip to content

Commit

Permalink
feat(knapsack): add new demo for outlined button
Browse files Browse the repository at this point in the history
Add a new demo for an outlined button in the knapsack app. The demo includes the necessary data and properties for the button, such as the label, trailing icon, and icon type. This addition enhances the available options for button customization in the app.
  • Loading branch information
owilliams320 committed Feb 20, 2025
1 parent 02975fc commit 55bb35a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions apps/knapsack/data/demos/demo.E5ymzzEPs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "E5ymzzEPs",
"title": "Outlined",
"type": "data",
"patternId": "button",
"templateId": "web-components-raE1x4tYL",
"data": {
"props": {
"label": "Label",
"trailingIcon": true,
"raised": false,
"unelevated": false,
"outlined": true,
"dense": false,
"disabled": false,
"expandContent": false,
"fullwidth": false,
"icon": "add"
},
"slots": {}
}
}

0 comments on commit 55bb35a

Please sign in to comment.