We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi
great useful lib.
is it possible to add hyperlink option to the menu. so that some options can point to a hyperlink.
The text was updated successfully, but these errors were encountered:
@sankar-mukherjee you can trystreamlit-antd-components menu component to achieve this
Sorry, something went wrong.
Can you provide how? The codes I mean.
@sankar-mukherjee
sac.buttons([ sac.ButtonsItem('Option 1', icon='...'), sac.ButtonsItem('Option 2', icon='...', href='...'), sac.ButtonsItem('Option 3', icon='...', href='...') ], format_func='title', key="menu_selection")
then you can style it with CSS as usual
@nicedouble however I think it's not really the same because one could want to have both link buttons and action buttons
No branches or pull requests
hi
great useful lib.
is it possible to add hyperlink option to the menu. so that some options can point to a hyperlink.
The text was updated successfully, but these errors were encountered: