Thinking about data pipeline
This commit is contained in:
13
web/src/components/index/card.astro
Normal file
13
web/src/components/index/card.astro
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
const { title, description, tags } = Astro.props
|
||||
|
||||
---
|
||||
|
||||
<div>
|
||||
{title}<br>
|
||||
|
||||
{description}<br>
|
||||
|
||||
{tags.join(", ")}<br>
|
||||
</div>
|
||||
Reference in New Issue
Block a user