Socket
Book a DemoInstallSign in
Socket

react-native-sm-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-sm-color-picker

A great color picker component for react native.

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
102
117.02%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Sm Color Picker

A great color picker component for react native.

image

Features

  • Lightweight
  • Works on iOS, Android and Web
  • Selectable from color swatchs
  • Selectable from custom colors list

Usage/Examples

Logo

import {MednColorPicker} from 'react-native-sm-color-picker';

const colors = [
    '#F44336',
    '#E91E63',
    '#9C27B0',
    '#673AB7',
    '#3F51B5',
    '#2196F3',
    '#03A9F4',
    '#00BCD4',
    '#009688',
    '#4CAF50',
    '#8BC34A',
    '#CDDC39',
    '#FFEB3B',
    '#FFC107',
    '#FF9800',
    '#FF5722',
    '#795548',
    '#9E9E9E',
    '#607E91',
    '#455A64',
  ];

const [selectedColor, setSelectedColor] = useState("");
<MednColorPicker
        colors={colors}
        onChange={(color) => setSelectedColor(color)}
        selectedColor={selectedColor}
        title="Color:"
/>

Support & Credits

  • Another great library from Medn Studio
  • Do you need some help / just want to stay update? Join our Discord Channel App Screenshot

Keywords

react-native

FAQs

Package last updated on 27 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts