# title **Repository Path**: mirrors_component/title ## Basic Information - **Project Name**: title - **Description**: Manipulate the document title and reset utilty - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # title Manipulate the document title and reset. ## Installation $ component install component/title ## API ### title(str, ...) Set title to `str` with optional arguments, where `%o` represents the original title. ```js title('%s% - %o', upload.percent); ``` ### title.reset() Reset the title back to its original string. ## License MIT