UNPKG

react-native-multicolor-progress-bar

Version:

This package allows the user to use different colours to display multiple items in a single linear progress bar

11 lines (10 loc) 150 B
/** * */ const colors = { transparent: 'transparent', light_grey:'#EFF1F5', black: '#000000', white: '#FFFFFF', }; export {colors};