@codecraftkit/auth

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import codecraftkitAuth from 'https://cdn.skypack.dev/@codecraftkit/auth';
</script>

README

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