![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@paraboly/pwc-color-picker
Advanced tools
Fully customizable pwc-color-picker web component with StencilJS via Paraboly
<script type="module" src="https://unpkg.com/@paraboly/pwc-color-picker@latest/dist/pwc-color-picker/pwc-color-picker.esm.js"></script>
in the head of your index.htmlnpm install @paraboly/pwc-color-picker --save
<script src='node_modules/@paraboly/pwc-color-picker/dist/pwc-color-picker.js'></script>
in the head of your index.htmlnpm install @paraboly/pwc-color-picker --save
import @paraboly/pwc-color-picker;
<pwc-color-picker
colors='["#951955","#130394","#444444","#989898", "#101516"]'
></pwc-color-picker>
Also you can put this code into your html inside script tags. You can check the example as index.html
const component = document.querySelector("pwc-color-picker");
component.addEventListener("colorPickedEvent", event => {
console.log("Event: ", event.detail);
});
component.colors = ["#989898", "#101516", "#951955", "#130394", "#444444"];
Şevval Eygül
WebComponent PWC Color Picker is available under the MIT license. See the LICENSE file for more info.
FAQs
Fully customizable pwc-color-picker web component with StencilJS via Paraboly
We found that @paraboly/pwc-color-picker demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.