
* docs: clean up * landing-page: remove image; update deps * landing-page: remove twitter icon * style(landing-page): set md maxwidth for copylink
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
---
|
|
title: Hi, explorer!
|
|
description: Astro Reactive Library Docs
|
|
layout: ../../layouts/MainLayout.astro
|
|
---
|
|
|
|
Thanks for checking out the Astro Reactive Library! Welcome to a new adventure.
|
|
|
|
This project aims to be a new library of components and utilities for building reactive user interfaces with [Astro](https://astro.build).
|
|
|
|
We will update this documentation with a fun and easy tutorial so you can start building reactive UIs with Astro from scratch using our packages.
|
|
|
|
> **📝 Note:** See our [API Docs](/en/api) for example usage.
|
|
|
|
## Packages
|
|
|
|
| Package | Release notes | Description |
|
|
| --- | --- | --- |
|
|
| [form](/en/api/form/form-component) | [](./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) | [](./packages/validator/RELEASE.md) | validators for editable fields |
|
|
| data-grid | 🛠 | a dynamic data grid of values |
|
|
| themes | 🛠 | easy-to-use, accessible, consistent cross-browser styles |
|
|
| viz | 🛠 | data visualization that emits and responds to events |
|