Skip to content

Instantly share code, notes, and snippets.

View ckaznable's full-sized avatar
🐦
Free Bird ya~

ckaznable ckaznable

🐦
Free Bird ya~
View GitHub Profile
@ckaznable
ckaznable / gist:c5d3f6229789d23bbe3342e6c4d45711
Created May 10, 2022 08:53
reaact native reconnect to metro server
adb reverse tcp:8081 tcp:8081
@ckaznable
ckaznable / somDemo.html
Last active December 19, 2019 12:43
Simple Option Menu Demo1
<div class="flex">
<label for="option-btn1">
<div class="option-btn">
開啟選項菜單
</div>
</label>
<input type="checkbox" class="option-btn" id="option-btn1">
<div class="menu v-flex">
<span>選項1</span>
<span>選項2</span>