0.0.3 • Published 9 months ago

rmaloberti-p14-form-react-components v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

OpenClassrooms - Projet 14 - React form components

Summary

Getting started

1. Prerequisites

  1. Recomanded code editior :

  2. Package manager :

  3. Libraries :

  • react

2. Installing

npm i rmaloberti-p14-form-react-components

3. Usage

Feedback modal :

import { FeedbackModal } from 'rmaloberti-p14-form-react-components';

return (
  <FeedbackModal
    success={true}
    message={'Form submitted'}
    modalController={{ getter: isModalOpen, setter: setIsModalOpen }}
    resetForm={resetForm}
  />
);

Select input :

import { Select } from 'rmaloberti-p14-form-react-components';

return <Select placeholder="State" options={stateOptions} valueSetter={setState} selected={''} />;

Read more

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago