feat: add ListItem component with title and subtitle
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
import Arrow2 from "../Icons/Arrow2/Arrow2.astro"
|
||||
---
|
||||
<div class='list-item'>
|
||||
<div class='list-item__content'>
|
||||
<slot/>
|
||||
</div>
|
||||
<Arrow2
|
||||
size={24}
|
||||
orientation='right' />
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
@use './listItem';
|
||||
</style>
|
||||
Reference in New Issue
Block a user