This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Add Support to provide the buttons adjacent to the NavTabs #806
SorexBentley
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @SorexBentley, we currently don't support having anything inside tabs. But for your case I think it would be enough to have some container element that has tabs and button inside: <div style={{ display: 'flex', justifyContent: 'space-between' }}>
<Tabs />
<Button />
</div> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have started integrating iTwin components to our project. But need some more additional support as mentioned below : -
As of now we don't any prop to Handle the adjacent button.
I think it's best to add support for onClick() button within those .
Beta Was this translation helpful? Give feedback.
All reactions