xbmlz / solid-color

🎨 SolidJS color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Home Page:https://solid-color-demo.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://solid-color-demo.netlify.app/

License:MIT License


Languages

Language:TypeScript 97.7%Language:CSS 1.7%Language:HTML 0.6%