This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@schukai/component-style

0.45.0 • Public • Published

Style

This repo contains basic styles for monster web components.

One design target is to reach the shiny sun with as little JavaScript as possible.

Monster was built with ES6 modules and uses import and export.

For some functions, you need additional polyfills.

Documentation

To check out docs and examples, visit monsterjs.org/en/doc/component-style/.

Installation

npm install @schukai/component-style
yarn install @schukai/component-style
// or
pnpm install @schukai/component-style

Usage

The functions in this package are not intended for direct use. They are used by other monster packs.

Polyfill

We do try to work around some browser bugs, but on the whole we don't use polyfills and feature detection.

However, many functions can be mapped via polyfill.io and thus the compatibility can be increased.

   <script id="polyfill" src="https://polyfill.io/v3/polyfill.min.js?features=document"
        crossorigin="anonymous"
        referrerpolicy="no-referrer"></script>

Questions

For questions and commercial support, please contact schukai GmbH. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

License

© schukai GmbH, Released under the AGPL 3.0 License.

AGPL

You can also purchase a commercial license.

Changelog

Detailed changes for each release are documented in the CHANGELOG.

Dependents (5)

Package Sidebar

Install

npm i @schukai/component-style

Weekly Downloads

0

Version

0.45.0

License

AGPL 3.0

Unpacked Size

1.95 MB

Total Files

69

Last publish

Collaborators

  • volker.schukai