mirror of
https://github.com/velocitatem/garlic.git
synced 2026-06-01 01:03:36 +00:00
Works!
This commit is contained in:
8
garlic-astro/src/MyComponent.astro
Normal file
8
garlic-astro/src/MyComponent.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
// Write your component code in this file!
|
||||
export interface Props {
|
||||
prefix?: string;
|
||||
}
|
||||
---
|
||||
|
||||
<div>{Astro.props.prefix} My special component</div>
|
||||
Reference in New Issue
Block a user