@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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @codecraftkit/auth

    Weekly Downloads

    28

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    29.3 kB

    Total Files

    19

    Last publish

    Collaborators

    • cc-dev04
    • development.fino