Initial setup
This commit is contained in:
9
src/components/Cta.astro
Normal file
9
src/components/Cta.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
export interface Props {
|
||||
to?: String
|
||||
}
|
||||
---
|
||||
|
||||
<button class="text-primary bg-none uppercase font-bold py-4 px-8 border-primary border hover:bg-primary hover:text-white transition-colors ease-in-out duration-300">
|
||||
<slot />
|
||||
</button>
|
||||
Reference in New Issue
Block a user