@codecraftkit/boxcontainer

Made with create-react-library

Usage no npm install needed!

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

README

boxcontainer

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @codecraftkit/boxcontainer

Usage

import React, { Component } from 'react'

import BoxContainer from '@codecraftkit/boxcontainer'

const ExampleComponent = () => {
  return (
        <BoxContainer>
            Some interesting Text
        </BoxContainer>
    ))
}

License

MIT © CodeCraft