docs: update project and packages readme

This commit is contained in:
Ayo 2022-10-23 20:26:32 +02:00
parent a396969513
commit b9995b8a63
3 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/ayoayco/astro-reactive-library/main/.github/assets/logo/min-banner.png" alt="Astro Reactive Library Logo">
<br />
<strong>Astro Reactive Library</strong>
<br />
Let your data build your UI with native <a href="https://astro.build">Astro</a> components and architecture.
@ -23,10 +24,12 @@
| Packages | Version | Description |
| --- | --- | --- |
| [@astro-reactive/form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/form)](https://www.npmjs.com/package/@astro-reactive/form) | generate a dynamic form which can be modified programmatically |
| [@astro-reactive/form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/form)](https://www.npmjs.com/package/@astro-reactive/form) | a dynamic form which can be modified programmatically |
| [@astro-reactive/validator](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md)| [![npm](https://img.shields.io/npm/v/@astro-reactive/validator)](https://www.npmjs.com/package/@astro-reactive/validator) | set up validators for your form easily |
| @astro-reactive/data-grid | 🛠 | generate a dynamic data grid of values |
| @astro-reactive/charts | 🛠 | create data visualization that responds to events |
| @astro-reactive/themes | 🛠 | easy-to-use, accessible, consistent cross-browser styles |
| @astro-reactive/data-grid | 🛠 | a dynamic data grid of values |
| @astro-reactive/charts | 🛠 | data visualization that emits and responds to events |
| @astro-reactive/maps | 🛠 | geographic data visualization that emits and responds to events |
# HACKTOBERFEST 2022

View file

@ -1,5 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/ayoayco/astro-reactive-library/main/.github/assets/logo/min-banner.png" alt="Astro Reactive Library Logo">
<br />
<strong>Astro Reactive Form</strong>
<br />
Generate a dynamic form based on your data, and modify programmatically.

View file

@ -1,5 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/ayoayco/astro-reactive-library/main/.github/assets/logo/min-banner.png" alt="Astro Reactive Library Logo">
<br />
<strong>Astro Reactive Validator</strong>
<br />
Set up validators for your forms easily.