react-planner
Version:
react-planner is a React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
31 lines (29 loc) • 1.17 kB
JavaScript
import Button from './button';
import CancelButton from './cancel-button';
import ContentContainer from './content-container';
import ContentTitle from './content-title';
import DeleteButton from './delete-button';
import FormBlock from './form-block';
import FormColorInput from './form-color-input';
import FormLabel from './form-label';
import FormNumberInput from './form-number-input';
import FormSelect from './form-select';
import FormSlider from './form-slider';
import FormSubmitButton from './form-submit-button';
import FormTextInput from './form-text-input';
export { Button, CancelButton, ContentContainer, ContentTitle, DeleteButton, FormBlock, FormColorInput, FormLabel, FormNumberInput, FormSelect, FormSlider, FormSubmitButton, FormTextInput };
export default {
Button: Button,
CancelButton: CancelButton,
ContentContainer: ContentContainer,
ContentTitle: ContentTitle,
DeleteButton: DeleteButton,
FormBlock: FormBlock,
FormColorInput: FormColorInput,
FormLabel: FormLabel,
FormNumberInput: FormNumberInput,
FormSelect: FormSelect,
FormSlider: FormSlider,
FormSubmitButton: FormSubmitButton,
FormTextInput: FormTextInput
};