@chooks/use-title

1.0.0 • Public • Published

Usage

조건에 따라 페이지 title을 변경시킨다.

const App = () => {
    const titleUpdater = useTitle("Loading...");
    setTimeout(() => titleUpdater("Home"), 5000);
    return <div></div>;
  };

Readme

Keywords

Package Sidebar

Install

npm i @chooks/use-title

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.21 kB

Total Files

4

Last publish

Collaborators

  • chchaeun