Installation

Installing the library

You can install Splendid Astro through npm.

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