handoff-app
Version:
Automated documentation toolchain for building client side documentation from figma
11 lines (9 loc) • 377 B
HTML
<script src="/components/bundle.js"></script>
<body class="theme-{{ variant.Theme }} checkbox flex-column align-items-center preview-body">
<div class="form-check form-switch m-1">
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
<label class="form-check-label" for="flexSwitchCheckDefault">
Switch Label
</label>
</div>
</body>