UNPKG

@mvp-rockets/namma-generator

Version:

A generator to generate mvp-rockets projects

15 lines (11 loc) 369 B
import AnimatedInputLabel from "../../molecules/AnimatedInputLabel"; export default { title: "Molecules/AnimatedInputLabels", component: AnimatedInputLabel, }; const Template = (args) => <AnimatedInputLabel {...args} />; export const AnimatedInputLabels = Template.bind({}); AnimatedInputLabels.args = { inputId: "floating", labelTitle: "Floating Input", };