7 lines
117 B
Text
7 lines
117 B
Text
---
|
|
import Button from '@/atoms/button.astro';
|
|
---
|
|
|
|
<div class="p-5">
|
|
<Button href="#">Button text</Button>
|
|
</div>
|