mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46: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";
|
||||
</script>
|
||||
|
||||
<Checkbox labelText="Label text" />
|
||||
<Checkbox labelText="Label text" style="margin: 1rem" />
|
||||
|
||||
<Checkbox labelText="Label text" checked />
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
import { FluidForm, TextInput, PasswordInput } from "../types";
|
||||
</script>
|
||||
|
||||
<FluidForm>
|
||||
<FluidForm action="" method="get">
|
||||
<TextInput labelText="User name" placeholder="Enter user name..." required />
|
||||
<PasswordInput
|
||||
required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue