diff options
author | 2021-08-27 14:26:18 +0200 | |
---|---|---|
committer | 2021-08-27 08:26:18 -0400 | |
commit | 110fdb1ac1a967c335e4ede3b923f9b04f93dacf (patch) | |
tree | a33f4b977d13224d14c34bbfbbc4ee0fbb36b755 | |
parent | e0c39fb217537f89818006ca88731cd765df4fb5 (diff) | |
download | astro-110fdb1ac1a967c335e4ede3b923f9b04f93dacf.tar.gz astro-110fdb1ac1a967c335e4ede3b923f9b04f93dacf.tar.zst astro-110fdb1ac1a967c335e4ede3b923f9b04f93dacf.zip |
Add new Astro components package (#1242)
-rw-r--r-- | docs/src/pages/guides/publish-to-npm.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/guides/publish-to-npm.md b/docs/src/pages/guides/publish-to-npm.md index 4f6ab402f..3c628c647 100644 --- a/docs/src/pages/guides/publish-to-npm.md +++ b/docs/src/pages/guides/publish-to-npm.md @@ -92,6 +92,7 @@ Looking for components already made by the community? Here are the current available community developed Astro components. - [Astro Static Tweet](https://www.npmjs.com/package/@rebelchris/astro-static-tweet) ~ A component to embed tweets as static HTML so you don't have to load the Twitter JavaScripts. +- [Accessible Astro Components](https://www.npmjs.com/package/accessible-astro-components) ~ A set of accessible front-end components such as Accordions, Modals, Toggle Buttons and more. You can also [search npm for astro components.](https://www.npmjs.com/search?q=keywords%3Aastro-component) |