docs: clean badges

This commit is contained in:
Ayo 2022-10-28 22:33:52 +02:00
parent 5677222258
commit d2a4cb1635

View file

@ -17,25 +17,25 @@
src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod"
alt="Contribute with Gitpod" alt="Contribute with Gitpod"
/> />
</a> </a>
<a href="https://stackblitz.com/edit/github-ze9ebb-tthuka?file=package.json,src%2Fpages%2Findex.astro"> <a href="https://stackblitz.com/edit/github-ze9ebb-tthuka?file=package.json,src%2Fpages%2Findex.astro">
<img <img
src="https://developer.stackblitz.com/img/open_in_stackblitz_small.svg" src=" https://img.shields.io/badge/Play%20with-StackBlitz-2596be?logo=stackblitz"
alt="Play around in Stackblitz" alt="Play around in StackBlitz"
/> />
</a> </a>
<a href="https://codesandbox.io/s/astro-reactive-library-u72dgj?file=/src/pages/index.astro"> <a href="https://codesandbox.io/s/astro-reactive-library-u72dgj?file=/src/pages/index.astro">
<img <img
src="https://img.shields.io/badge/Codesandbox-040404?style=flat-square&logo=appveyor=codesandbox&logoColor=DBDBDB" src="https://img.shields.io/badge/Play%20with-CodeSandbox-040404?logo=codesandbox"
alt="CodeSandbox" alt="CodeSandbox"
/> />
</a> </a>
<br /> <br />
<br /> <br />
<p> <p>
| Packages | Version | Description | | Packages | Version | Description |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------ | -------------------------------------------------------- | | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/form)](./packages/form/RELEASE.md) | a dynamic form which can be modified programmatically | | [form](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/form/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/form)](./packages/form/RELEASE.md) | a dynamic form which can be modified programmatically |
| [validator](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/validator)](./packages/validator/RELEASE.md) | validators for editable fields | | [validator](https://github.com/ayoayco/astro-reactive-library/blob/main/packages/validator/README.md) | [![npm](https://img.shields.io/npm/v/@astro-reactive/validator)](./packages/validator/RELEASE.md) | validators for editable fields |
| data-grid | 🛠 | a dynamic data grid of values | | data-grid | 🛠 | a dynamic data grid of values |