1.4.0 • Published 12 months ago

@theholocron/nextjs-template v1.4.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
12 months ago

NextJS Template

A NextJS template used within the Galaxy.

Installation

npm install --save-dev @theholocron/nextjs-template

Usage

import { Component, type ComponentProps } from "@theholocron/nextjs-template";

function App (props: ComponentProps) {
	return (
		<Component {...props} />
	);
}

Documentation

Check out The Holocron Archive for more information.

1.4.0

12 months ago

1.3.0

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.0.0

12 months ago