chore(react/ribbon): add all ribbon tab titles & icon

This commit is contained in:
Elian Doran
2025-08-21 19:27:18 +03:00
parent 45fbcec805
commit 5597f4e2e0
17 changed files with 123 additions and 41 deletions

View File

@@ -0,0 +1,3 @@
export default function BasicPropertiesTab() {
return <p>Hi</p>;
}