BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vuelor/color-picker-tabs
This component no longer exists. It was in vuelor’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-12 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

Color Picker (Tabs)

vuelor/color-picker-tabs
RemovedBlock

Color picker whose HEX / RGB / HSL / HSB inputs are organized behind Reka UI tabs.

Install it

npx shadcn@latest add https://vuelor.dev/r/color-picker-tabs.json

Source

color-picker-tabs/ColorPickerWithTabs.vuevuelor.dev/r/color-picker-tabs.json
1<script lang="ts" setup>
2import { ref, computed } from 'vue'
3import { useForwardPropsEmits } from 'reka-ui'
4import { TabsRoot, TabsContent, TabsList, TabsTrigger } from 'reka-ui'
5import {
6 ColorPickerRoot,
7 ColorPickerCanvas,
8 ColorPickerEyeDropper,
9 ColorPickerSliderHue,
10 ColorPickerSliderAlpha,
11 ColorPickerInputHex,
12 ColorPickerInputHSL,
13 ColorPickerInputRGB,
14 ColorPickerInputHSB,
15 ColorPickerSwatch,
16 type ColorPickerRootProps,
17 type ColorPickerRootEmits
18} from '@vuelor/picker'
19
20type ColorPickerProps = Omit<ColorPickerRootProps, 'styling' | 'ui'>
21
22const props = defineProps<ColorPickerProps>()
23const emits = defineEmits<ColorPickerRootEmits>()
24
25const forwarded = useForwardPropsEmits(props, emits)
26
27const format = ref<string>('hex')
28
29const canvasType = computed<'HSL' | 'HSV'>(() => {
30 return format.value === 'hsl' ? 'HSL' : 'HSV'
31})
32
33const swatches = ref<string[]>([
34 '#00C3D0FF',
35 '#00C8B3FF',
36 '#34C759FF',
37 '#FFCC00FF',
38 '#FF383CFF',
39 '#FF8D2825',
40 '#FF383C40',
41 '#FF8D2880',
42 '#FFCC0080',
43 '#34C759FF',
44 '#00C8B3FF',
45 '#00C3D0FF',
46 '#0088FFFF',
47 '#6155F5FF',
48 '#CB30E0FF',
49 '#FF2D55FF',
50 '#FF2D5525',
51 '#AC7F5EFF'
52])
53
54
55</script>
56
57<template>
58 <ColorPickerRoot
59 v-bind="forwarded"
60 >
61 <ColorPickerCanvas :type="canvasType" />
62 <div class="flex items-center gap-3">
63 <ColorPickerEyeDropper type="button" aria-label="Pick color from screen">
64 <svg width="24" height="24" fill="none" viewBox="0 0 24 24">
65 <path
66 fill="currentColor"
67 fill-rule="evenodd"
68 clip-rule="evenodd"
69 d="M17.52 6.471a1.62 1.62 0 0 0-2.295.003l-1.87 1.88-.354.355-.355-.354-.01-.01a.9.9 0 0 0-1.272 0l-.02.02a.9.9 0 0 0 0 1.273l.51.51 2 2 .51.51a.9.9 0 0 0 1.272 0l.02-.02a.9.9 0 0 0 0-1.273l-.01-.01-.352-.353.351-.353 1.879-1.888a1.62 1.62 0 0 0-.003-2.29m-3.004-.702a2.621 2.621 0 1 1 3.717 3.697l-1.57 1.579a1.9 1.9 0 0 1-.3 2.3l-.02.02a1.9 1.9 0 0 1-2.687 0l-.156-.157-5.647 5.642a.5.5 0 0 1-.353.147H5.504a.5.5 0 0 1-.5-.5L5 16.503a.5.5 0 0 1 .146-.354l5.647-5.647-.157-.156a1.9 1.9 0 0 1 0-2.687l.02-.02a1.9 1.9 0 0 1 2.299-.3zm-3.016 5.44 1.293 1.292-5.5 5.496h-1.29L6 16.707z"
70 />
71 </svg>
72 </ColorPickerEyeDropper>
73 <div class="flex flex-col flex-1 gap-2">
74 <ColorPickerSliderHue />
75 <ColorPickerSliderAlpha />
76 </div>
77 </div>
78 <div class="flex items-center gap-2">
79 <TabsRoot
80 v-model="format"
81 default-value="hex"
82 >
83// … truncated

What it pulls in

npm packages

  • @vuelor/picker@^1.1.1
  • reka-ui

Other registry items

  • @vuelor/color-picker-theme

Files it writes

  • color-picker-tabs/ColorPickerWithTabs.vue

Facts

Registry
vuelor
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-08
Last confirmed
7 days ago

Go to the source

vuelor.dev olekspolk/vuelor on GitHub Raw registry item This item as JSON

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex