resources to learn tabs
Answered
Giant panda posted this in #help-forum
Giant pandaOP
how can i create this tab functionality, in IDEs like rider or vscode
I want this for my app would anyone recommend any resources to learn hwo to create this
I want this for my app would anyone recommend any resources to learn hwo to create this
Answered by B33fb0n3
you can do this with position sticky as each elements automatically stacks to it's next parent (when positioned sticky). The sticky attirbute will switch between relative positioning (normal code is there) and position absolute (sticking on top)
4 Replies
@Giant panda how can i create this tab functionality, in IDEs like rider or vscode
I want this for my app would anyone recommend any resources to learn hwo to create this
you can do this with position sticky as each elements automatically stacks to it's next parent (when positioned sticky). The sticky attirbute will switch between relative positioning (normal code is there) and position absolute (sticking on top)
Answer
@Giant panda solved?
Giant pandaOP
Yes