0.2.6 • Published 6 years ago

up-mushroom v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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 propertyDefaultDescription
--up-mushroom-stroke#000Stroke color
--up-mushroom-shadow#008B00Shadow color
--up-mushroom-light#00FF00Light color
--up-mushroom-color#00CD00Mushroom color

Browser Support

Using the webcomponents.js:

ChromeOperaFirefoxSafariIEEdge
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