@kadconsulting/dry
Version:
KAD Reusable Component Library
15 lines • 424 B
JavaScript
import CurrencyInput from './CurrencyInput';
export default {
title: 'Components/FormInputs/TextInput/Assemblies/CurrencyInput',
tags: ['autodocs'],
component: CurrencyInput,
argTypes: {},
};
export const Default = {
// Define default args for the story here
args: {
title: '',
HintText: 'This is a hint text to help user.',
},
};
//# sourceMappingURL=CurrencyInput.stories.js.map