Skip to content

v1.2.0

Compare
Choose a tag to compare
@metonym metonym released this 11 May 21:42
· 47 commits to master since this release

Features

  • ship unstyled Pincode components (available in the svelte-pincode/src/unstyled folder)
<script>
  import Pincode from "svelte-pincode/src/unstyled/Pincode.svelte";
  import PincodeInput from "svelte-pincode/src/unstyled/PincodeInput.svelte";
</script>