jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9.17k stars 301 forks source link

Add Menu component #58

Closed ynotrusso closed 4 years ago

ynotrusso commented 4 years ago

Adds a new Menu component to be used in navigations, similar to the Start button on the bottom-left of Windows 98.

jdan commented 4 years ago

Hey! We changed around how docs/ works, wanna rebase? Would also appreciate some screenshots :)

One thing I am concerned about is that this won't be accessible to screen-readers. Will most likely require some more thought.

jdan commented 4 years ago

Hey @ynotrusso, we're going to continue exploring this #80. There are lots of accessibility requirements for something like this - would love to hear your thoughts on that PR.

ynotrusso commented 4 years ago

@jdan It can’t be achieved with CSS only if we want 100% accessibility. So either we start including JS or the possibilities of this library will be very limited going forward.