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.
# How do I use it? A wrapper component that takes in a `className` and `children` as props. ```javascript <Layout className='layout'> ... ... </Layout> ```
<script type="module">
import sankeiArcSharedComponentsElementLayout from 'https://cdn.skypack.dev/@sankei-arc-shared-components/element_layout';
</script>
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.