1.0.0 • Published 3 years ago

@meveo-org/mv-container v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

mv-container

MvContainer is a Meveo container component (based on lit-element) that renders a content container.

Features

  • Default styling shows a box with a drop shadow
  • Configurable style

Quick Start

To experiment with the MvContainer component.

  1. Clone this repo.

  2. Serve the project from the root directory with some http server (best served with meveo itself)

  3. Update the container demo component in demo.js file

Sample usage

<mv-container>
  Content goes here...
</mv-container>

You can also check this demo