Skip to content

Commit

Permalink
🎨 new cool submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed May 22, 2023
1 parent d7fa626 commit effc2a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions components/base/SubmitButton.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<b-field>
<b-button
<NeoField>
<NeoButton
:type="type"
:icon-left="icon"
:disabled="disabled"
Expand All @@ -11,11 +11,13 @@
<slot>
{{ $t(label) }}
</slot>
</b-button>
</b-field>
</NeoButton>
</NeoField>
</template>

<script setup lang="ts">
import { NeoButton, NeoField } from '@kodadot1/brick'
export interface Props {
disabled?: boolean
expanded?: boolean
Expand Down

0 comments on commit effc2a2

Please sign in to comment.