Added Description for packages in Readme (#25)

This commit is contained in:
Manish⚡ 2022-10-03 19:14:56 +05:30 committed by GitHub
parent 9f4c840c87
commit b21c746d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,14 @@
[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) [![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library)
# Components and utilities for building reactive user interfaces 🔥 # Components and utilities for building reactive user interfaces 🔥
Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture. Build blazing-fast user interfaces with native [Astro](https://astro.build) components and architecture.
| Packages | Version | Docs | | Packages | Version | Docs | Description |
| --- | --- | --- | | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------- | ------------------------------------------------------------- |
| [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress | | [astro-reactive-form](https://github.com/ayoayco/astro-reactive-library/tree/main/packages/astro-reactive-form#readme) | [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) | 🛠 in-progress | generate a dynamic form which can be modified programatically |
| astro-reactive-validator | 🛠 in-progress | 🛠 in-progress | | astro-reactive-validator | 🛠 in-progress | 🛠 in-progress | set of utilities for validating inputs |
| astro-reactive-datagrid | 🛠 in-progress | 🛠 in-progress | | astro-reactive-datagrid | 🛠 in-progress | 🛠 in-progress | generate a dynamic datagrid or table of values |
# HACKTOBERFEST 2022 # HACKTOBERFEST 2022
@ -62,11 +63,12 @@ npm run dev
https://localhost:3000 https://localhost:3000
``` ```
*[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)* _[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)_
# Contributors # Contributors
<a href="https://github.com/ayoayco/astro-reactive-library/graphs/contributors"> <a href="https://github.com/ayoayco/astro-reactive-library/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ayoayco/astro-reactive-library" /> <img src="https://contrib.rocks/image?repo=ayoayco/astro-reactive-library" />
</a> </a>
👉 *[Join our contributors!](https://github.com/ayoayco/astro-reactive-library/blob/main/CONTRIBUTING.md)* 👉 _[Join our contributors!](https://github.com/ayoayco/astro-reactive-library/blob/main/CONTRIBUTING.md)_