@4leaf.ysh/use-title 中文文档教程

发布于 5年前 浏览 25 项目主页 更新于 3年前

@4leaf-Hooks/use-title

React Hooks 更新文档的标题。

installation

  • 纱线

   yarn add @4leaf.ysh/use-title
  
  • npm

   npm install @4leaf.ysh/use-title
  

Usage

import React from "react";
import useTitle from "@4leaf.ysh/use-title";

function App() {
  useTitle("Welcome");
  return <h1>Welcome</h1>;
}

Arguments

ArgumentTypeDescriptionRequired
titlestringThe title you want to use on your documentYES

@4leaf-Hooks/use-title

React Hooks to update your document's title.

installation

  • yarn

   yarn add @4leaf.ysh/use-title
  
  • npm

   npm install @4leaf.ysh/use-title
  

Usage

import React from "react";
import useTitle from "@4leaf.ysh/use-title";

function App() {
  useTitle("Welcome");
  return <h1>Welcome</h1>;
}

Arguments

ArgumentTypeDescriptionRequired
titlestringThe title you want to use on your documentYES
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文