@broooks/use-title

1.0.0 • Public • Published

Usage

import useTitle from "@learning-react-hooks/use-title";

export default function App() {
  const getTitle = useTitle("Loading..........");
  // setTimeOut(() => getTitle("Home"), 3000);

  return (
    <div className="App">
      <h1>learning React Hooks</h1>
    </div>
  );
}

Readme

Keywords

Package Sidebar

Install

npm i @broooks/use-title

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

1.3 kB

Total Files

4

Last publish

Collaborators

  • hychoi1118