Installation

Installing the library

You can install Splendid Astro through npm.

Terminal window
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'
---

Specific instructions for using each component, helper, or service can be found inside their respective pages.

Happy Astro-ing!