How to achieve this A-Zindex navigation in my vue + elementUI project? - vuejs2

enter image description here
As the picture shows,I wanna know how to do this alphabetically-ordered navigation,never do it before, now don't know how to do it, who can help me? Many thanks in advance.

Related

Process Modeling in React Native

I have a project that need to create a Process modelling on react native like this.
enter image description here
I've researched some libs but still cannot to find any solution.
Anyone know some good library run on react native? please help to let me know, thank in advance!

Create UI Schedule/timeline in react-antive

I need to create a screen show schedule in React-native like image:
I don't think out any solution for it.
Please help me!

React-Native- Detox - How to change DatePicker value in Android

For iOS we have setColumnToValue for dynamically selecting value in Picker. I searched a lot in google but couldn't find any solution for Android.
If anyone has faced the same issue and having some workaround then please let me know.
Thanks in Advance.

native base drawer wont open with native-router-flux

i have a problem with native-base and react-native-router-flux.
The Drawer wont open when i click on the menu in the top bar (on snack you see just a questionmark instead of the menu icon) and i don't know whats wrong with the code.
Could anyone help me with this or have a better example then the on on github?
Code is on Snack:
https://snack.expo.io/#snak3/test-with-native-base-drawer-and-native-router-flux
ok, i found the solution.
Look at the working Snack Example:
https://snack.expo.io/#snak3/test-with-native-base-drawer-and-native-router-flux
But i have to say that the documentation for react-native-router-flux is the worst i ever saw. Please if your read this here provide more examples and maybe with less stuff around and more comments!

How to show images and text using react-native-material-dropdown?

I'm developing social app using react-native.
There, I have one problm during developing.
I used react-native-material-dropdown module for making dropdown.
I want to show images and text on each element on dropdown.
But react-native-material-dropdown module doesn't support this feature.
How can I solve this problem?
Please help me.
Try using the renderBase prop, see this and this issues that could help you :)