0.1.7 • Published 8 months ago

@vyke/astro v0.1.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Sets of components and helpers for vyke apps made with astro

Components

Theme

---
import { Theme } from '@vyke/astro';
---
<html lang="en">
	<head>
		<Theme />
	</head>
	<body>
		<!-- Your content here -->
	</body>
</html>

ThemeToggle

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

<ThemeToggle slot="right">
	<span slot="light">Light</span>
	<span slot="dark">Dark</span>
</ThemeToggle>

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

0.1.7

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.2

11 months ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago