Skip to content

First Release

Latest
Compare
Choose a tag to compare
@kimxilxyong kimxilxyong released this 03 Oct 09:13
· 3 commits to main since this release
a2fe02c

Component:

import ListInputPassword from '../components/input-password.svelte';

Use:

  <List>
    <ListInputPassword label="Test Passwort label" clearButton={true} bind:password={password}>
    </ListInputPassword>
  </List>
/* SPDX-License-Identifier: MIT
   Copyright (c) 2020 Kim Il Yong */

/* Your app custom styles here */
#REMOVEDINPUT
{
  width:0;
  height: 0;
}