0.1.149 • Published 1 year ago

@reidev/core-template v0.1.149

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Core

core project of a front-end team for navigations in react applications.

Installation

Install core with npm

  npm i @reidev/core
  cd core

Usage/Examples

import "./App.css";
import { MasterTabContainer, openView } from "@hosseintaromi/core";
import { useEffect } from "react";
import Text from "./Text";

function App() {
  useEffect(() => {
    openView({
      type: "MasterTab",
      component: Text,
    });
  }, []);

  return (
    <div className="App">
      <MasterTabContainer />
    </div>
  );
}

export default App;

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Authors

0.1.149

1 year ago

0.1.147

1 year ago

0.1.148

1 year ago

0.1.146

1 year ago

0.1.143

1 year ago

0.1.145

1 year ago

0.1.144

1 year ago

0.1.129

2 years ago

0.1.128

2 years ago

0.1.108

2 years ago

0.1.135

2 years ago

0.1.113

2 years ago

0.1.127

2 years ago

0.1.132

2 years ago

0.1.134

2 years ago

0.1.112

2 years ago

0.1.133

2 years ago

0.1.111

2 years ago

0.1.130

2 years ago

0.1.107

2 years ago

0.1.106

2 years ago

0.1.105

2 years ago

0.1.97

2 years ago

0.1.96

2 years ago