Relative Content

Tag Archive for reactjstabs

Please tell me how to put content in a tab

<Tabs tabBarGutter={10} items={[ { key: “1”, label: “Общие сведения Клиента”, children: ( <Tabs items={[ { key: “1”, label: “Основные сведения”, children: “Основные сведения”, }, I need to create a card with basic client information, there will be flexes and inputs. How can I put all this in children: “Основные сведения”? reactjs tabs 1

Please tell me how to put content into an object

<Tabs tabBarGutter={10} items={[ { key: “1”, label: “Общие сведения Клиента”, children: ( <Tabs items={[ { key: “1”, label: “Основные сведения”, children: “Основные сведения”, }, I need to create a card with basic client information, there will be flexes and inputs. How can I put all this in children: “Основные сведения”? reactjs tabs