0.3.0 • Published 9 months ago

@kiritaniayaka/color-picker v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Ayaka's color picker \

My Color Picker Web Component.

Installation

# npm
npm i @kiritaniayaka/color-picker tslib
# pnpm or yarn
pnpm add @kiritaniayaka/color-picker tslib

Usage

<script type="module">
  import '@kiritaniayaka/color-picker/ayk-color-picker.js';
</script>

<ayk-color-picker></ayk-color-picker>

Vite

Import it in main.js:

import '@kiritaniayaka/color-picker/ayk-color-picker.js';

Then use it in any common HTML or template.

Dev

pnpm start

To run a local development server that serves the basic demo located in demo/index.html

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.0

9 months ago