Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 493 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 493 Bytes

Astro Space Agency

A.S.A. is a component library for withastro/astro with spaceship building in mind

Installation

Install astro-space-agency via npm

npm i -D astro-space-agency

Usage

---
import { Systems } from 'astro-space-agency'
---
<!doctype html>
<html>
	<head>
		<Systems name="My brand new page!"/>
	</head>
	<body>
		<h1>Hello from outspace!</h1>
	</body>
</html>

License

MIT