@cc-test2/core
v2.0.37
Published
Made with create-react-library
Downloads
48
Readme
core
Made with create-react-library
Install
npm install --save @codecraft/coreUsage
import React, { Component } from 'react'
import { BoxContainer } from '@codecraft/core'
const ExampleComponent = () => {
return (
<BoxContainer>
Some interesting Text
</BoxContainer>
))
}License
MIT © CodeCraft
