@elf-framework/sapa-router
TypeScript icon, indicating that this package has built-in type declarations

0.0.239 • Public • Published

@elf-framework/sapa-router

function App () {

    return (
        <Router>
            <Switch>
                <Route path="/">
                    <div>Default</div>
                </Route>
                <Route path="/home">
                    <div>home</div>
                </Route>
            </Switch>
        </Router>
    )
}

License : MIT

Readme

Keywords

Package Sidebar

Install

npm i @elf-framework/sapa-router

Weekly Downloads

1

Version

0.0.239

License

MIT

Unpacked Size

5.21 kB

Total Files

6

Last publish

Collaborators

  • easylogic