first commit
This commit is contained in:
8
src/MyComponent.astro
Normal file
8
src/MyComponent.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
// Write your component code in this file!
|
||||
interface Props {
|
||||
prefix?: string;
|
||||
}
|
||||
---
|
||||
|
||||
<div>{Astro.props.prefix} My special component</div>
|
Reference in New Issue
Block a user