@sankei-arc-shared-components/element_layout
v0.1.3
Published
# How do I use it? A wrapper component that takes in a `className` and `children` as props. ```javascript <Layout className='layout'> ... ... </Layout> ```
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.
