react-native-sticky-range-slider
Version:
[React Native | TypeScript] A pure TypeScript component offering a customizable range slider optimized for performance. It supports dragging functionalities for selecting a range of values, with values that smoothly follow the thumb. This component is ful
23 lines (22 loc) • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.COLORS = void 0;
const COLORS = exports.COLORS = {
babyBlue: '#26DCFD',
babyPink: '#DD94FF',
black: '#020202',
blackLight: '#141919',
bubbleGreen: '#60EF5D',
grey: '#BFBFBF',
greyDark: '#505050',
greyLight: '#F4F4F4',
greyMedium: '#808080',
lime: '#C4FF00',
purple: '#9272FF',
red: '#FF545D',
transparent: 'transparent',
white: '#FFFFFF'
};
//# sourceMappingURL=colors.js.map