UNPKG

phonon

Version:

Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.

22 lines (19 loc) 312 B
export enum Size { sm = 'sm', md = 'md', lg = 'lg', xl = 'xl', } export enum Color { primary = 'primary', secondary = 'secondary', success = 'success', warning = 'warning', danger = 'danger', } export enum Direction { top = 'top', right = 'right', bottom = 'bottom', left = 'left', }