piccalilli_’s avatarpiccalilli_’s Twitter Archive—№ 13,179

  1. ✍️ New article: A progressive disclosure component I take a very common design pattern: a disclosure component and create a progressively enhanced, accessible version of one. I even extend it and create a Web Component, too. andy-bell.design/wrote/a-progressive-disclosure-component/
    1. …in reply to @piccalilli_
      Video Alt: A screencast shows the completed disclosure component which has a trigger button that when clicked, toggles the visibility of the sibling panel. The JavaScript is then disabled and the component reverts to showing the previously concealed content by default.