JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q54146F
  • License MIT

Polymer 3 up-mushroom element

Package Exports

  • up-mushroom

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (up-mushroom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

up-mushroom

Polymer 3 up-mushroom element

npm Published on webcomponents.org

Demo

Demonstração do componente funcionando

How to install and use:

1 - Install the element using Yarn:

$ yarn add up-mushroom

2 - Import the element:

<script type="module" src="node_modules/up-mushroom/up-mushroom.js"></script>

or in your javascript file

import "up-mushroom/up-mushroom.js";

3 - Start using it!

<up-mushroom></up-mushroom>

Styling

The following custom properties and mixins are available for styling:

Custom property Default Description
--up-mushroom-stroke #000 Stroke color
--up-mushroom-shadow #008B00 Shadow color
--up-mushroom-light #00FF00 Light color
--up-mushroom-color #00CD00 Mushroom color

Browser Support

Using the webcomponents.js:

Chrome Opera Firefox Safari IE Edge
Latest ✔ Latest ✔ Latest ✔ Latest ✔ 11+ Latest ✔

Development

1 - Verify if you have node and yarn installed.

2 - Install Polymer-CLI:

$ [sudo] yarn global add polymer-cli

3 - Install local dependencies:

$ yarn install

4 - Start the development server:

$ polymer serve

Go to localhost:8080/components/up-mushroom/

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

History

See Releases for detailed changelog.

License

MIT License © Larissa Abreu