feat: new components and UI improvements

This commit is contained in:
liyasthomas
2021-07-13 22:07:01 +05:30
parent 5e740a6ed6
commit 7ec8539540
21 changed files with 170 additions and 66 deletions

View File

@@ -13,7 +13,7 @@
:data-show-count="true"
data-text="Star"
aria-label="Star Hoppscotch on GitHub"
data-size="large"
:data-size="size"
/>
</transition>
</template>
@@ -25,5 +25,11 @@ export default {
components: {
GithubButton,
},
props: {
size: {
type: String,
default: undefined,
},
},
}
</script>