UNPKG

ceilbit-hamburgers

Version:

Svelte Hamburgers is a component based on the popular hamburgers.css

33 lines (32 loc) 518 B
export type HamburgerType = | '3dx' | '3dx-r' | '3dy' | '3dy-r' | '3dxy' | '3dxy-r' | 'arrow' | 'arrow-r' | 'arrowalt' | 'arrowalt-r' | 'arrowturn' | 'arrowturn-r' | 'boring' | 'collapse' | 'collapse-r' | 'elastic' | 'elastic-r' | 'emphatic' | 'emphatic-r' | 'minus' | 'slider' | 'slider-r' | 'spin' | 'spin-r' | 'spring' | 'spring-r' | 'stand' | 'stand-r' | 'squeeze' | 'vortex' | 'vortex-r';