@hosseintaromi/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.156 • Public • Published

Core

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

Installation

Install core with npm

  npm i @hosseintaromi/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

Readme

Keywords

Package Sidebar

Install

npm i @hosseintaromi/core

Weekly Downloads

6

Version

0.1.156

License

ISC

Unpacked Size

146 kB

Total Files

144

Last publish

Collaborators

  • hosseintaromi
  • alimardaneh