0.1.6 • Published 3 years ago

astro-list-component v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

  • 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 :)