UNPKG

@rajkrajpj/cultivate-ui-library

Version:

A modern, type-safe, accessible React component library for fintech investor forms. Build complete investor forms in minutes with zero configuration, supporting multiple regulations (RegA+, RegD, RegCF) and investor types.

16 lines (15 loc) 902 B
export { default as InvestorFormWizard } from './components/InvestorFormWizard'; export { default as AddressInfo } from './pages/AddressInfo'; export { default as GetStarted } from './pages/GetStarted'; export { default as InvestmentAmount } from './pages/InvestmentAmount'; export { default as PaymentSelection } from './pages/PaymentSelection'; export { default as PersonalInfo } from './pages/PersonalInfo'; export { default as SelectInvestorType } from './pages/SelectInvestorType'; export { createStepConfig } from './utils/createStepConfig'; export { mergeInvestorFormData } from './utils/mergeFormData'; export { createDefaultSteps, type CreateDefaultStepsOptions, type StepHandlers } from './presets/createDefaultSteps'; export * from './components/ui'; export * from './types/regulation'; export * from './types/steps'; export * from './types/theme'; export * from './types/InvestorFormData';