0.0.2 • Published 3 years ago

@fundamend/components-layout v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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>

License

MIT

MIT