Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.

  • 1.0.1
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-28.57%
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

FAQs

Package last updated on 26 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc