UNPKG

retro-react

Version:

A React component library for building retro-style websites

2 lines (1 loc) 370 B
"use strict";var r=require("../constants/colors.js");exports.getColorGradientOptions=e=>{switch(e){case"rainbow":return r.RAINBOW_GRADIENT;case"neon":return r.NEON_GRADIENT;case"pastel":return r.PASTEL_GRADIENT;case"grayscale":return r.GRAYSCALE_GRADIENT;case"retro":return r.RETRO_GRADIENT;case"primary":default:return[r.PRIMARY];case"secondary":return[r.SECONDARY]}};