What is the modern alternative to w2ui

1 points by reacweb ↗ HN
Hello, I would like my site to have a layout "similar" to https://codesandbox.io/s/new . I can find similar layout and navbar in w2ui (http://w2ui.com/web/demo). I keep hearing that there exists more modern alternatives, but I never find any. Am I stupid ?

2 comments

[ 3.0 ms ] story [ 12.5 ms ] thread
CSS box layout progress currently offers two very powerful systems, Flexbox layout (for mostly adaptive boxes) and Grid layout (mostly for equally sized modules). You can implement almost all reasonable page subdivisions with CSS, no scripting, no tables, and unless you are too cheap to spend a day or two studying CSS no invasive frameworks.

The two examples you give are actually too different to offer specific suggestions.

This isn't really the right forum for this I think? You should be asking stack overflow or a sub-reddit.

If you need to ask these questions though, I'm going to go out on a limb and say you shouldn't be the one setting these things up.

You should hire a professional. You'll save yourself some real pain. You even already have examples to show them.