Skip to content

Commit

Permalink
showcase alert
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Jul 25, 2024
1 parent 491e3ab commit 83785b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/component/showcase/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,11 @@ showcase.area.assemble = () => {
}]
})

showcase.control.alert = new Alert({
iconName: 'propagate',
children: [node('p:A neutral new tab page accented with a chosen colour.')]
})

showcase.control.select = new Control_select({
object: showcase.state.get.current(),
path: 'select',
Expand Down Expand Up @@ -798,6 +803,7 @@ showcase.area.assemble = () => {
]),
]
}),
showcase.control.alert.wrap(),
form.wrap({
children: [
node('div|class:showcase-icon', [
Expand Down

0 comments on commit 83785b7

Please sign in to comment.