Skip to content

Chrissdroid/ASA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Astro Space Agency is a component library for withastro/astro with spaceship building in mind

Resources

License

Stars

Watchers

Forks