@codecraftkit/auth

1.0.8 • Public • Published

auth

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @codecraftkit/auth

Usage

import React from 'react'
import {withAuthSync} from "@codecraftkit/auth";
import {GettingStartedContainer} from "../src/container/GettingStartedContainer";
import {Box} from "@chakra-ui/core";

const index = () => {
    return <Box style={{height: 'calc(100vh - 72px)'}} mt={4}>
        <GettingStartedContainer/>
    </Box>
};

export default withAuthSync(index);

License

MIT © CodeCraft

Readme

Keywords

none

Package Sidebar

Install

npm i @codecraftkit/auth

Weekly Downloads

9

Version

1.0.8

License

MIT

Unpacked Size

29.3 kB

Total Files

19

Last publish

Collaborators

  • cc-dev04
  • development.fino