Skip to content
react-kit-router / 2.0.0-rc.7

react-kit-router 2.0.0-rc.7

Install from the command line:
Learn more about npm packages
$ npm install @bhoos/react-kit-router@2.0.0-rc.7
Install via package.json:
"@bhoos/react-kit-router": "2.0.0-rc.7"

About this version

Example

function Campaigns() {
  return (
    <>
      <List>
        <Campaign link="id" />
      </List>
      <>
    </>
  )
}

function App() {
  return (
    <Router>
      <TabRouter pages={""} />
      <Outlet id="chats" />
      
    </Router>
  )
}

Details


Assets

  • react-kit-router-2.0.0-rc.7.tgz

Download activity

  • Total downloads 3
  • Last 30 days 0
  • Last week 0
  • Today 0