UNPKG

equal-vue

Version:

Equal is a Vue 3 hackable UI library empowered by tailwindcss

15 lines (14 loc) 266 B
export enum Positions { B = 'bottom', BL = 'bottom-left', BR = 'bottom-right', L = 'left', LT = 'left-top', LB = 'left-bottom', R = 'right', RT = 'right-top', RB = 'right-bottom', T = 'top', TL = 'top-left', TR = 'top-right', }