mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Clear remaining astro check hints in shared, docs, and screenshots (#2837)
This commit is contained in:
@@ -25,7 +25,7 @@ const colorpickerSelector = `#colorpicker-${id}`
|
||||
<input type="text" class={`form-control d-block${className ? ` ${className}` : ''}`} id={colorpickerId} value={value} aria-label={ariaLabel ?? 'Color value'} />
|
||||
<CaptureScript>
|
||||
<!-- BEGIN COLORPICKER -->
|
||||
<script define:vars={{ colorpickerId, colorpickerSelector, alpha, format, swatchesOnly, swatchProps }}>
|
||||
<script is:inline define:vars={{ colorpickerId, colorpickerSelector, alpha, format, swatchesOnly, swatchProps }}>
|
||||
function initColorpicker() {
|
||||
window.tabler_colorpicker ??= {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user