1.1.2 • Published 16 days ago

celestial-flare-router v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

Celestial-flare-router

Installation

npm install celestial-flare-router

Usage

import CelestialFlareRouter from 'celestial-flare-router';
import React from 'react';
import ReactDOM from 'react-dom';

ReactDOM.render(
  <React.StrictMode>
    <CelestialFlareRouter />
  </React.StrictMode>,
  document.getElementById('root')
);

Features

  • Easy-to-use routing setup
  • Support for nested routes
  • Integrates seamlessly with React applications

Example

import React from 'react';
import { BrowserRouter as Router, Route, Switch } from 'react-router-dom';
import CelestialFlareRouter from 'celestial-flare-router';

function App() {
  return (
    <Router>
      <Switch>
        <Route path="/">
          <CelestialFlareRouter />
        </Route>
      </Switch>
    </Router>
  );
}

export default App;

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.1.2

16 days ago

1.1.1

1 month ago

1.0.0

2 months ago