0.0.4 ā€¢ Published 1 year ago

solid-color v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

solid-color

Npm Version License Downloads

šŸŽØ Color Pickers for Sketch, Photoshop, Chrome & more with SolidJS.

Demo

Live Demo

npm.io

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 />;
}