mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[CL-372] Add required type attr to buttons in stories (#15892)
This commit is contained in:
@@ -86,9 +86,10 @@ export const WithoutRoute: Story = {
|
||||
export const WithChildButtons: Story = {
|
||||
render: (args) => ({
|
||||
props: args,
|
||||
template: `
|
||||
template: /*html*/ `
|
||||
<bit-nav-item text="Hello World Very Cool World" [route]="['']" icon="bwi-collection-shared">
|
||||
<button
|
||||
type="button"
|
||||
slot="end"
|
||||
class="tw-ms-auto"
|
||||
[bitIconButton]="'bwi-pencil-square'"
|
||||
@@ -97,6 +98,7 @@ export const WithChildButtons: Story = {
|
||||
aria-label="option 2"
|
||||
></button>
|
||||
<button
|
||||
type="button"
|
||||
slot="end"
|
||||
class="tw-ms-auto"
|
||||
[bitIconButton]="'bwi-check'"
|
||||
|
||||
Reference in New Issue
Block a user