Skip to content
Snippets Groups Projects
Commit d9d8303c authored by VIktorGrev's avatar VIktorGrev
Browse files

feat: Adding generalButton

parent 6adea5cd
No related branches found
No related tags found
No related merge requests found
<template>
<button type="button" class="btn btn-success" id="buttonStyle">{{ buttonText }}</button>
</template>
<script>
export default {
props: ['buttonText']
}
</script>
<style scoped>
#buttonStyle {
padding: 0.5rem 4rem;
font-size: 1.5rem;
font-weight: 600;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment