tangled
alpha
login
or
join now
caleb.jasik.xyz
/
astro-openring
0
fork
atom
Astro implementation of
openring
npmjs.com/package/@jasikpark/astro-openring
astro
webring
typescript
0
fork
atom
overview
issues
2
pulls
pipelines
Remove default astro component
caleb.jasik.xyz
2 months ago
6d8bbebc
a5679594
verified
This commit was signed with the committer's
known signature
.
caleb.jasik.xyz
SSH Key Fingerprint:
SHA256:9bs2UIJuDD+My7xBWOF6n1dF38lTw+gUrn7VDa0Izkw=
0/1
build.yml
failed
4s
-8
1 changed file
expand all
collapse all
unified
split
src
MyComponent.astro
-8
src/MyComponent.astro
reviewed
···
1
1
-
---
2
2
-
// Write your component code in this file!
3
3
-
interface Props {
4
4
-
prefix?: string;
5
5
-
}
6
6
-
---
7
7
-
8
8
-
<div>{Astro.props.prefix} My special component</div>