Installation
Installing the library
You can install Splendid Astro through npm.
npm install @splendidlabz/astro
Importing stuff
This library includes a variety of components, server helpers, and other services that will help you build your Astro projects easily. Each of them can be imported individually as needed.
For more information about each component, helper, or service, refer to their respective documentation pages.
---import { ComponentName } from '@splendidlabz/astro'---
---import { HelperName } from '@splendidlabz/astro/server'---
---import { ServiceName } from '@splendidlabz/astro/service'---