@vyke/astro

0.1.2 • Public • Published

@vyke/astro

Sets of components and helpers for vyke apps made with astro

Components

Footer

---
import { Footer } from '@vyke/astro';
---

<Footer
	openSourceLinks={[
		{
			href: 'https://github.com/albizures/vyke-results',
			label: '@vyke/results',
		},
	]}
	projectLinks={[{ href: 'https://clock.vyke.dev', label: 'Online Clock' }]}
	otherLinks={[{ href: '/legal', label: 'legal' }]}
>
	<span slot="github-icon">|github|</span>
	<span slot="twitter-icon">|twitter|</span>
</Footer>

IconLisks

---
import { IconLinks } from '@vyke/astro';
---

<IconLinks />

Page404

---
import { Page404 } from '@vyke/astro';
---

<Page404 />

Projects using it

Package Sidebar

Install

npm i @vyke/astro

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

91.5 kB

Total Files

23

Last publish

Collaborators

  • albizures