Added a first round of docs for front end (#1246)
This commit is contained in:
@ -23,6 +23,12 @@ import {
|
||||
TbBugOff,
|
||||
TbBrandVscode,
|
||||
TbFolder,
|
||||
TbEyeglass,
|
||||
TbZoomQuestion,
|
||||
TbPaint,
|
||||
TbChecklist,
|
||||
TbKeyboard,
|
||||
TbPencil,
|
||||
} from "react-icons/tb";
|
||||
|
||||
|
||||
@ -53,6 +59,13 @@ export default function DocSidebarItemLink({
|
||||
'TbBrandVscode': TbBrandVscode,
|
||||
'TbDeviceDesktop': TbDeviceDesktop,
|
||||
'TbFolder': TbFolder,
|
||||
'TbEyeglass': TbEyeglass,
|
||||
'TbZoomQuestion': TbZoomQuestion,
|
||||
'TbPaint': TbPaint,
|
||||
'TbChecklist': TbChecklist,
|
||||
'TbKeyboard': TbKeyboard,
|
||||
'TbChecklist': TbChecklist,
|
||||
'TbPencil': TbPencil,
|
||||
};
|
||||
|
||||
let IconComponent = customProps && customProps.icon ? icons[customProps.icon] : TbFaceIdError;
|
||||
|
||||
Reference in New Issue
Block a user