feat(react/ribbon): port note info tab

This commit is contained in:
Elian Doran
2025-08-22 18:23:54 +03:00
parent 70728c274e
commit 77551b1fed
10 changed files with 148 additions and 181 deletions

View File

@@ -0,0 +1,3 @@
export default function LoadingSpinner() {
return <span className="bx bx-loader bx-spin" />
}