feature/responsive #22
@@ -24,10 +24,6 @@ const { Story } = defineMeta({
|
|||||||
control: 'text',
|
control: 'text',
|
||||||
description: 'Placeholder text for the input',
|
description: 'Placeholder text for the input',
|
||||||
},
|
},
|
||||||
label: {
|
|
||||||
control: 'text',
|
|
||||||
description: 'Optional label displayed above the input',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -20,10 +20,6 @@ interface Props {
|
|||||||
* Placeholder text for the input
|
* Placeholder text for the input
|
||||||
*/
|
*/
|
||||||
placeholder?: string;
|
placeholder?: string;
|
||||||
/**
|
|
||||||
* Optional label displayed above the input
|
|
||||||
*/
|
|
||||||
label?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let {
|
let {
|
||||||
|
|||||||
Reference in New Issue
Block a user