html pure tabs

참고

Radiobox:checked + css:not(:checked)

  • PureCSS Tabs
    • 아이디를 Uniq 하게 만들어야 한다. 아래 코드 사용
      const getId = function (pre: string = '_') {
          return `${pre}_${Math.random().toString(36).substr(2, 9)}`
      }
      

업데이트: