@codecraftkit/auth
v1.0.8
Published
Made with create-react-library
Downloads
16
Readme
auth
Made with create-react-library
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