up-mushroom
Polymer 3 up-mushroom element
up-mushroom
Polymer 3 up-mushroom element
Demo
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:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|---|
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
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Dependencies
- @polymer/iron-demo-helpers#^3.0.0-pre.19
- @polymer/polymer#^3.0.2
- @webcomponents/webcomponentsjs#^2.1.3
- Released
- 2018-10-05
- Maturity
- IMPORTED
- License
- MIT License
Compatibility
- Framework
- Polymer 3.0+
- Browser
- Browser Independent