开发者

What can I use to make a blade-like UI?

开发者 https://www.devze.com 2023-04-11 12:13 出处:网络
I\'m building a webapp and since most of the tasks involve the user answering a few questions before posting his content I wanted to create a UI where each question is in one \"blade\" and when the us

I'm building a webapp and since most of the tasks involve the user answering a few questions before posting his content I wanted to create a UI where each question is in one "blade" and when the user clicks OK it moves to the next question on the next "blade"

Like the blade UI from the old X360 dashboard, excep开发者_运维百科t the user doesn't moves back and forth for different options but to complete the process.

The closest I could find was the jQuery Accordion, but how do I make it horizontal like in the dashboard?


Just make a div for each blade, float them all left and give them a width in a containing div, then animate the widths.


The Wijmo accordion will do vertical and horizontal and it's based off of jQuery UI.

http://wijmo.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号