style

A style object to be applied to <TabPanel>.

Arguments

  1. styleObject (Object): A normal React inline-style object that will be passed to <TabPanel>.

Example

<TabPanel style={{border: "1px solid blue"}} />