0.7.1 • Published 6 years ago

@catalyst-elements/bundle v0.7.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Catalyst Elements Bundle

David David npm (scoped) Bower not supported Polymer 2 not supported Polymer 3 support pending

API documentation & Demos ↗

A bundle of all the Catalyst Elements.

Installation

Install with npm:

npm install --save @catalyst-elements/bundle

Install with yarn:

yarn add @catalyst-elements/bundle

Please note that this package is not compatible with Bower.

Usage

As a Module (Recommend)

Import the module on each page that uses the component.

<script type="module" src="node_modules/@catalyst-elements/bundle/dist/catalyst-elements.js"></script>

All included elements will now be available for use - see release notes for details on which elements are included in the bundle.

As a Script

Import the script on each page that uses one or more catalyst elements.

<script src="node_modules/@catalyst-elements/bundle/dist/catalyst-elements.es5.min.js"></script>

Please note that this script has been transpiled to es5 and thus use of custom-elements-es5-adapter.js or an equivalent library is required. See es5 support on the Catalyst Elements wiki for details.

All included elements will now be available for use - see release notes for details on which elements are included in the bundle.

Browser Compatibility

See details on the wiki: Browser Compatibility

Contributions

Contributions are most welcome. Please read our contributing guidelines first.

Contribution for a particular element should be made on that element's repo.

0.7.1

6 years ago

0.7.0

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago