Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codiume/orbit
Collection of useful integrations & components for the Astro ecosystem. ⭐️ Star to support our work!
https://github.com/codiume/orbit
astro astro-components astro-purgecss loading-animations purgecss schema-org seo typescript
Last synced: 30 days ago
JSON representation
Collection of useful integrations & components for the Astro ecosystem. ⭐️ Star to support our work!
- Host: GitHub
- URL: https://github.com/codiume/orbit
- Owner: codiume
- License: mit
- Created: 2022-08-24T13:17:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T00:38:34.000Z (about 1 month ago)
- Last Synced: 2024-09-30T17:05:37.292Z (about 1 month ago)
- Topics: astro, astro-components, astro-purgecss, loading-animations, purgecss, schema-org, seo, typescript
- Language: Astro
- Homepage: https://astro.build
- Size: 3.17 MB
- Stars: 318
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🚀 Orbit
Orbit is a collection of useful components for the
Astro ecosystem.
[![github actions][github-actions-badge]][github-actions]
[![typescript][typescript-badge]][typescript]
[![makepr][makepr-badge]][makepr]
[![maintainability][codeclimate-badge]][codeclimate]
[![Built with Astro][astro-badge]][astro]## Packages
| Package | Release Notes | Description | Downloads |
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ------------------------------------------------------------ |
| [astro-purgecss](packages/astro-purgecss) | [![version](https://img.shields.io/npm/v/astro-purgecss.svg)](packages/astro-purgecss/CHANGELOG.md) | Purgecss helps you remove unused CSS rules from your final astro bundle. | [![downloads][downloads-badge-purgecss]][npm-purgecss] |
| [astro-seo-schema](packages/astro-seo-schema) | [![version](https://img.shields.io/npm/v/astro-seo-schema.svg)](packages/astro-seo-schema/CHANGELOG.md) | Easily insert valid Schema.org JSON-LD in your Astro apps. | [![downloads][downloads-badge-seo-schema]][npm-seo-schema] |
| [astro-seo-meta](packages/astro-seo-meta) | [![version](https://img.shields.io/npm/v/astro-seo-meta.svg)](packages/astro-seo-meta/CHANGELOG.md) | Astro seo provides an Seo component to update meta tags | [![downloads][downloads-badge-seo-meta]][npm-seo-meta] |
| [astro-useragent](packages/astro-useragent) | [![version](https://img.shields.io/npm/v/astro-useragent.svg)](packages/astro-useragent/CHANGELOG.md) | This package parses browser user-agent strings for Astro. | [![downloads][downloads-badge-useragent]][npm-useragent] |
| [astro-svg-loaders](packages/astro-svg-loaders) | [![version](https://img.shields.io/npm/v/astro-svg-loaders.svg)](packages/astro-svg-loaders/CHANGELOG.md) | Astro loading icons and small animations built with pure SVG. | [![downloads][downloads-badge-svg-loaders]][npm-svg-loaders] |## Support
Having trouble? Get help in the official [Astro Discord](https://astro.build/chat).
## Contributing
Please see [Contributing.md](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email author instead of using the issue tracker.
## License
Please see the [LICENSE](LICENSE) for more information.
[github-actions]: https://github.com/codiume/orbit/actions/workflows/node.js.yml
[github-actions-badge]: https://github.com/codiume/orbit/actions/workflows/node.js.yml/badge.svg?branch=main
[typescript]: https://www.typescriptlang.org/dt/search?search=astro-seo-schema
[typescript-badge]: https://img.shields.io/npm/types/astro-seo-schema
[makepr]: https://makeapullrequest.com
[makepr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square?style=flat
[codeclimate]: https://codeclimate.com/github/codiume/orbit/maintainability
[codeclimate-badge]: https://api.codeclimate.com/v1/badges/d9f004c55ba5a19a8810/maintainability
[astro]: https://astro.build
[astro-badge]: https://astro.badg.es/v2/built-with-astro/tiny.svg
[downloads-badge-purgecss]: https://img.shields.io/npm/dt/astro-purgecss
[npm-purgecss]: https://npmjs.com/package/astro-purgecss
[downloads-badge-seo-meta]: https://img.shields.io/npm/dt/astro-seo-meta
[npm-seo-meta]: https://npmjs.com/package/astro-seo-meta
[downloads-badge-seo-schema]: https://img.shields.io/npm/dt/astro-seo-schema
[npm-seo-schema]: https://npmjs.com/package/astro-seo-schema
[downloads-badge-svg-loaders]: https://img.shields.io/npm/dt/astro-svg-loaders
[npm-svg-loaders]: https://npmjs.com/package/astro-svg-loaders
[downloads-badge-useragent]: https://img.shields.io/npm/dt/astro-useragent
[npm-useragent]: https://npmjs.com/package/astro-useragent