1.0.4 • Published 2 years ago

@valle/valle-speed-dial v1.0.4

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

valle-speed-dial

Awesome valle-speed-dial - web component using Polymer 3

npm Published on webcomponents.org

How to install and use:

1 - Install the element using Yarn:

$ yarn add @valle/valle-speed-dial

2 - Import the element:

<script type="module" src="node_modules/@valle/valle-speed-dial/valle-speed-dial.js"></script>

or in your javascript file

import "@valle/valle-speed-dial/valle-speed-dial.js";

3 - Start using it!

<valle-speed-dial></valle-speed-dial>

Properties

PropertyTypeDefaultDescription
prop1StringWorldProp description

Styling

The following custom properties and mixins are available for styling:

Custom propertyDefaultDescription
--valle-speed-dial-color#fffText 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

4 - Start the development server:

$ yarn start

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 © valleweb