UNPKG

react-layered

Version:

Welcome to react-layered! If you've ever found yourself lost in the jungle of z-index layers, fighting the chaos of overlapping UI elements, then buckle up! This tiny, mighty package is your guide to taming that wild z-index safari in your React projects.

5 lines (4 loc) 77 B
export interface LayersConfig { start?: number; reverse?: boolean; }