chore: update library and package readme; update license; add assets

This commit is contained in:
Ayo 2022-10-04 13:51:30 +02:00
parent abf7c33b20
commit fd11d674ea
5 changed files with 8 additions and 9 deletions

BIN
.github/assets/library-cover.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

BIN
.github/assets/package-form-cover.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

View file

@ -1,9 +1,4 @@
![Astro Reactive Library](https://user-images.githubusercontent.com/4262489/193419437-6e437743-47bf-482b-8f7e-de3c7f5285f8.png) ![library-cover](https://user-images.githubusercontent.com/4262489/193811991-dc6ed9d7-0960-42f3-8b72-108620c6ab25.png)
[![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![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 🔥

View file

@ -1,21 +1,25 @@
# Astro Reactive Form 🔥 ![package-form-cover](https://user-images.githubusercontent.com/4262489/193812095-1cffa287-e2ac-4671-b604-1e2ff2e6f19e.png)
[![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![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)
The Reactive Form component for [Astro](https://astro.build) 🔥 # Astro Reactive Form 🔥
Generate a dynamic form which can be modified programatically. The Reactive Form component for [Astro](https://astro.build) 🔥
_[All contributions are welcome.](https://github.com/ayoayco/astro-reactive-library/issues)_ _[All contributions are welcome.](https://github.com/ayoayco/astro-reactive-library/issues)_
## Installation ## Installation
In your Astro project:
``` ```
npm i astro-reactive-form npm i astro-reactive-form
``` ```
## Usage ## Usage
Use in an Astro page:
```astro ```astro
--- ---

View file

@ -54,5 +54,5 @@
"peerDependencies": { "peerDependencies": {
"astro": "^1.0.0" "astro": "^1.0.0"
}, },
"license": "ISC" "license": "MIT"
} }