import React from 'react'; import { BootstrapTable } from 'react-bootstrap-table2'; const columns = [{ dataField: 'id', text: 'Product ID' }, { dataField: 'name', text: 'Product Name' }, { dataField: 'price', text: 'Product Price' }]; export default () => (
{`


// Following is more customizable example

function indication() {
  // return something here
}


    `}
    
);