astro-list-component
v0.1.6
Published
A List component for your project with svg elements.
Downloads
12
Maintainers
Readme
List Astro Components
A Simple to use but beautiful html list like component . Take a look at it,
Installation
Run the following command in your project folder to get started:
npm install astro-list-component
Usage
---
import AwesomeList from 'astro-list-component'
---
<AwesomeList priColor="rgba(148, 163, 184, 1)", secColor = "rgba(100, 116, 139,1)" title="FirstTry" items={[
'Designed UI',
'Used Flutter dart'
]} >
<AwesomeList/>
Roadmap/Ideas
- [x] Instial Component
- [ ] Making it more Flexible
Thank you!
A big thank you to the creators of this awesome Astro static site builder and to all using these components to make the web a bit more beautiful for all people around the world :)