/astro-components

Primary LanguageAstroMIT LicenseMIT

Astro Components

A library of simple to use, accessible astro components.

npm version

Installation

Run this command in your terminal:

npm install accessible-astro-components --save-dev

Usage

You can import the different components from the package using the following import statement:

---
import { Image } from '@thewebforge/astro-components'
---