An example of how to create a component that is used multiple places in the reactjs

Tags: #<Tag:0x00007f8b1d384140>

I want to use a default setting
<HotTable settings={{ colHeaders: true, rowHeaders: true, licenseKey: '00000-00000-00000-00000-00000' }}/>. But I don’t know build it.
Please help me!

Hi @nmquan_dev

here is an example with React wrapper https://codepen.io/anon/pen/OjyEXg?editors=0010

Let me know if you need something more.