1.0.8 • Published 4 years ago

@cc-test2/auth v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

auth

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @cc-test2/auth

Usage

import React from 'react'
import {withAuthSync} from "@cc-test2/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