Hello , I want to ask if you could help me make tabs such as yourself for my project ? #837
Answered
by
andersevenrud
faouzikemala
asked this question in
Q&A
|
hello , Can you help me make tabs than i could drag and drop. Also help me modify it with three icons in the top corner. |
Answered by
andersevenrud
Sep 3, 2023
Replies: 1 comment 1 reply
|
The UI library provided does not support drag-and-drop, nor extra entries in the corner in the Tabs. If you want this, you have to modify the provided- or make your own Tab component.
You can use whatever framework you want to create your own UIs, but you can't use the UI library provided with these. I'm not familiar with Angular, so I cannot help you here, but a component like this is fairly simple and you can probably look at the OS.js sources for some pointers. |
1 reply
Answer selected by
faouzikemala
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The UI library provided does not support drag-and-drop, nor extra entries in the corner in the Tabs.
If you want this, you have to modify the provided- or make your own Tab component.
You can use whatever framework you want to create your own UIs, but you can't use the UI library provided with these.
I'm not familiar with Angular, so I cannot help you here, but a component like this is fairly simple and you can probably look at the OS.js sources for some pointers.