Skip to content

IanGrantMarino/kontent-custom-element-sample-color-picker

Repository files navigation

Color Picker Custom Element for Kentico Kontent

This is a custom element for Kentico Kontent that allows users to choose a color using a dynamic pallete. It saves the value as a HEX string (e.g. #ff0000 for a bright red or #00ff00 for a bright green).

Screenshot of custom element

Setup

  1. Deploy the code to a secure public host
  2. Follow the instructions in the Kentico Kontent documentation to add the element to a content model.
    • The Hosted code URL is where you deployed to in step 1

Deploying

Netlify has made this easy. If you click the deploy button below, it will guide you through the process of deploying it to Netlify and leave you with a copy of the repository in your GitHub account as well.

Deploy to Netlify

What is Saved?

The value is saved as a HEX color code (e.g. #ff0000 for a bright red or #00ff00 for a bright green).

Contributors

Originally contributed by @dzmitryk-kentico

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages