@fundamend/components-layout
v0.0.2
Published
_components-layout_ is a collection of custom layout components for the [fundamend.dev] ecosystem.
Downloads
3
Readme
components-layout
components-layout is a collection of custom layout components for the fundamend.dev ecosystem.
Installation
Use your favorite Node.js package manager, for example npm, like so:
npm install --save-dev @fundamend/components-layout
... or yarn, like so:
yarn add --dev @fundamend/components-layout
Usage
In your JavaScript, import components-layout, like so:
import '@fundamend/components-layout';
Now you can use the components in your HTML files, like so:
<fundamend-box> Hello World! </fundamend-box>