JSFiddle - React, Tailwind, and code Playground

by Mubasshir Pawle

JavaScript

export var Global = {
  APP_NAME: 'Armstrong Products',
  PRODUCTION_MODE: false,
  color: {
    primary: '#358BCB'
  },
  showEnquiries: true,
  showOrders: true,
  SERVER_URL: 'http://192.168.5.200/retailapp/trunk/php/mobile/',
  CDN: 'http://192.168.5.200/retailapp/trunk/php/',
  Product: {
    product_condition: true,
    reference_code: true,
    type: true,
    size_chart: true,
    tags: true,
    product_price: true,
    combination_price: true,
    max_order_quantity: 10,
  },
  Order: {
    steps: 1,
    place_order_label: 'Place Order',
    show_coupon: true,
  },
  Enquiry: {
    step: 1,
    enquiry_label: 'Send Enquiry'
  }
}