Skip to content

will-chc/solid-color

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

solid-color

solid-color

Npm Version License Downloads

๐ŸŽจ Color Pickers for Sketch, Photoshop, Chrome & more with SolidJS.

Demo

Live Demo

Features

  • ๐Ÿ”จ 13 different pickers - Start building with Sketch, Photoshop, Chrome and many more
  • ๐ŸŽจ 100% customizable - Change the colors, styles, layout and more
  • ๐Ÿ“ฆ Tiny - Only 25kb gzipped
  • ๐Ÿš€ Fast - Built with SolidJS
  • ๐Ÿ“ฑ Mobile friendly - Works on touch devices
  • ๐ŸŒˆ Accessible - Supports keyboard navigation
  • ๐Ÿ“– Typescript - Written in Typescript with full type definitions
  • ๐Ÿ“ฆ Tree-shakeable - Only import what you need

Installation

Install it:

npm i solid-color
# or
yarn add solid-color
# or
pnpm add solid-color

Use it:

import { TwitterPicker } from 'solid-color'

function App() {
  return <TwitterPicker />;
}

About

๐ŸŽจ SolidJS color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • CSS 1.7%
  • HTML 0.6%