Installation
Installing the library
You can install Splendid Astro through npm.
npm install @splendidlabz/astro
Importing stuff
This library contains components, server helpers and services. You can import them with the following syntax:
---import { ComponentName } from '@splendidlabz/astro'---
---import { HelperName } from '@splendidlabz/astro/server'---
---import { ServiceName } from '@splendidlabz/astro/service'---
Specific instructions for using each component, helper, or service can be found inside their respective pages.
Happy Astro-ing!