About the up-mushroom category

up-mushroom: # 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 :heavy_check_mark: Latest :heavy_check_mark: Latest :heavy_check_mark: Latest :heavy_check_mark: 11+ Latest :heavy_check_mark:

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