@gits-id/pages
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.4 • Public • Published

GITS Pages Component

Reusable Pages Component

Installation

npm

npm i @gits-id/pages

yarn

yarn add @gits-id/pages

pnpm

pnpm i @gits-id/pages

Usage

<script setup lang="ts">
import {
  // Base Template
  Auth,
  // Pages Components
  Activation,
  ForgotPassword,
  Login,
  ResetPassword,
  // NotFound component no requires Auth as its parent
  NotFound,
} from '@gits-id/pages';
</script>

<template>
  <Auth>
    <!-- use pages component as child of Auth component -->
    <Activation />
  </Auth>
</template>

Documentation

View Pages documentation here.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @gits-id/pages

Weekly Downloads

95

Version

1.0.0-beta.4

License

MIT

Unpacked Size

155 kB

Total Files

42

Last publish

Collaborators

  • gravitano