Skip to content

RANGE

  • 슬라이더 형태로 숫자 범위 내에서 값을 설정할 수 있어요.
  • 간격, 투명도, 컬럼 개수처럼 시각적으로 수치를 조절해야 할 때 직관적이에요.
html
<style>
  .grid {
    grid-template-columns: repeat({{property.myRange}}, 1fr);
  }
</style>
jsx
"myRange": 6

Sixshop Developers Portal