mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-21 23:16:48 +00:00
增加操作提示
This commit is contained in:
7
components/ShortcutTag.js
Normal file
7
components/ShortcutTag.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// 操作提示标签
|
||||
import React from 'react';
|
||||
|
||||
const ShortcutTag = ({ children, className }) => {
|
||||
return <div className={`border-gray-300 dark:text-gray-400 text-gray-400 text-xs px-1 rounded border inline-block ${className}`}>{children}</div>
|
||||
}
|
||||
export default ShortcutTag
|
||||
Reference in New Issue
Block a user