mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
test: assert $$restProps
for Checkbox
, Form
This commit is contained in:
parent
8fe66f548c
commit
bc1e870b4a
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
import { Checkbox } from "../types";
|
import { Checkbox } from "../types";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Checkbox labelText="Label text" />
|
<Checkbox labelText="Label text" style="margin: 1rem" />
|
||||||
|
|
||||||
<Checkbox labelText="Label text" checked />
|
<Checkbox labelText="Label text" checked />
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
import { FluidForm, TextInput, PasswordInput } from "../types";
|
import { FluidForm, TextInput, PasswordInput } from "../types";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<FluidForm>
|
<FluidForm action="" method="get">
|
||||||
<TextInput labelText="User name" placeholder="Enter user name..." required />
|
<TextInput labelText="User name" placeholder="Enter user name..." required />
|
||||||
<PasswordInput
|
<PasswordInput
|
||||||
required
|
required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue