Vue toggle CSS로 만들기


Vue toggle CSS로 만들기

https://codepen.io/EssSaibot/pen/zZmZbP Vue Js Toggle Switch ... codepen.io 스타일 <style> .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .switch input { display: none; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: 0.4s; transition: 0.4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transiti...



원문링크 : Vue toggle CSS로 만들기