JSFiddle - React, Tailwind, and code Playground
by kman007_us
CoffeeScript
class Foo
@STATUS_OPTIONS =
UNDER_DEVELOPMENT:
name:'Under Development'
context:'danger'
UNDER_REVIEW:
name:'Under Review'
context:'warning'
APPROVED:
name:'Approved'
context:'success'
ACTIVE:
name:'Active'
context:'info'
DEACTIVATED:
name:'Deactivated'
context:'default'
foo = new Foo()
console.log 'foo', foo