0.1.1 • Published 3 years ago

@evergreen-wc/eve-container v0.1.1

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
3 years ago

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

PropertyDescription
fluidSet width to 100% of all devices. Otherwise, width is preset to responsive breakpoints >=1200px, >=992px, >=768px, >=576px, <576px
0.1.0

3 years ago

0.1.1

3 years ago

0.0.10

4 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago