@evergreen-wc/eve-container

0.1.1 • Public • Published

eve-container

An Evergreen Container Web Component

Demo

Install

npm i @evergreen-wc/eve-container

Usage

import { html, LitElement } from 'lit';
import '@evergreen-wc/eve-container';

class MyComponent extends LitElement {
  render() {
    return html`
      <eve-container fluid></eve-container>
    `;
  }
}
customElements.define('my-component', MyComponent);

Props

Property Description
fluid Set width to 100% of all devices. Otherwise, width is preset to responsive breakpoints >=1200px, >=992px, >=768px, >=576px, <576px

Readme

Keywords

none

Package Sidebar

Install

npm i @evergreen-wc/eve-container

Weekly Downloads

17

Version

0.1.1

License

Apache-2.0

Unpacked Size

13.9 kB

Total Files

5

Last publish

Collaborators

  • hutchgrant