Rplus / f2e-note

record some note in issue
0 stars 0 forks source link

pure css components #52

Open Rplus opened 8 years ago

Rplus commented 8 years ago

Pure CSS Components by Felipe Fialho(LFeh) http://www.felipefialho.com/css-components/index.html

label + input:checkbox

A set of common UI Components using the power of CSS and without Javascript. GitHub repo: https://github.com/LFeh/css-components

有多種元件範例: Carousel、Collapse、Dropdown、Modal、Tab、Tooltip

Rplus commented 8 years ago

CSS Modal http://drublic.github.io/css-modal/#!

A modal built out of pure CSS GitHub repo: https://github.com/drublic/css-modal

  • anchor + :target
  • #! for reset target

使用比較特殊的定位方式將 anchor 點定在畫面左上角 使得 anchor 在跳轉時不會產生畫面上的跳動/捲動 https://github.com/drublic/css-modal/blob/v1.5.0/_modal-core.scss#L29-L36