8000 GitHub - soobing/bing-scroll
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

soobing/bing-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💖 bing-scroll

BingScroll Full HTML Layout

<template>
  <div class="bing-scroll">
    <div class="picker">
      <ul class="picker__list" :style="`transform: translateY(${positionY}px)`">
        <li class="picker__item">2월</li>
        <li class="picker__item">3월</li>
        <li class="picker__item picker__item__selected">4월</li>
        <li class="picker__item">5월</li>
      </ul>
    </div>
  </div>
</template>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0