Skip to content

Commit

Permalink
feat: add example of checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Nov 18, 2020
1 parent 7ffc5b1 commit 6effb17
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/varlet-ui/src/checkbox/example/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<div>
<input type="checkbox" />1 <input type="checkbox" />2
<input type="checkbox" />3
</div>
</template>

<script>
export default {
name: 'Index',
}
</script>

<style scoped>
.button {
background: antiquewhite;
}
</style>

0 comments on commit 6effb17

Please sign in to comment.