@sankei-arc-shared-components/element_layout

# How do I use it? A wrapper component that takes in a `className` and `children` as props. ```javascript <Layout className='layout'> ... ... </Layout> ```

Usage no npm install needed!

<script type="module">
  import sankeiArcSharedComponentsElementLayout from 'https://cdn.skypack.dev/@sankei-arc-shared-components/element_layout';
</script>

README

Layout Component

How do I use it?

A wrapper component that takes in a className and children as props.

<Layout className='layout'>
  ...
  ...
</Layout>

Take a look in the src/index.mdx file to see suggested implementations.