@mvp-rockets/namma-generator
Version:
A generator to generate mvp-rockets projects
15 lines (11 loc) • 369 B
JavaScript
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",
};