DeckDeckGo - Color Picker
The "Color Picker" component is a simple component to, guess what, allow your users to "pick colors" 😉
It is fully configurable in terms of colors, you could define the set of colors you rather like to offer and it also implements a "more" action which, if clicked, will open the platform standard color picker.
Table of contents
Getting Started
To get started with this Web Component, have a look to its documentation.
Develop
To develop and run this Web Component locally, proceed as following:
git clone https://github.com/deckgo/deckdeckgo
cd deckdeckgo/webcomponents/color
npm install
npm run start
License
MIT © David Dal Busco and Nicolas Mattia
2.0.0 (2020-07-23)
Breaking Changes
Because we are introducing the header
and footer
features, slots in the templates gif
and aspect-ratio
had to be renamed to avoid name collision.
Therefore, if you would edit such templates with our editor or developer kit, created before these releases, these modifications have to be performed in your content.
Ping me if you need any help or have questions.
Best regards,
David
Applications
Web Components Templates
Web Components
Others
<a name="1.5.0"></a>