https://github.com/2ue/react-tribute-mention
a mention component based on tributejs
https://github.com/2ue/react-tribute-mention
Last synced: 5 months ago
JSON representation
a mention component based on tributejs
- Host: GitHub
- URL: https://github.com/2ue/react-tribute-mention
- Owner: 2ue
- License: mit
- Created: 2024-09-24T07:04:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-27T13:26:03.000Z (over 1 year ago)
- Last Synced: 2025-10-19T13:48:13.031Z (8 months ago)
- Language: TypeScript
- Size: 845 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-cli.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tribute-mention
[](https://www.npmjs.com/package/react-tribute-mention)
## Usage
- Search and replace all `pkg-name` to `what-you-want-package-name`
- Update [\_theme.tsx](./docs-demo/pages/_theme.tsx) package href, remove useless navs
- Update or remove test cases
- Add description to [package.json](./package.json)
- Add some keywords to [package.json](./package.json)
- Update the author information, like name, link, FUNDING etc.
Finally, you can remove the [usage section](#usage) completely.
## Build & Publish
- `npm run build`
- `npx changeset`
- `npx changeset version`
- `git commit`
- `npx changeset publish`
- `git push --follow-tags`
> [`changeset` prerelease doc](https://github.com/changesets/changesets/blob/main/docs/prereleases.md)
## License
[MIT](./LICENSE) License © 2022 [Yuns](https://github.com/yunsii)