@gpa-gemstone/react-interactive
TypeScript icon, indicating that this package has built-in type declarations

1.0.143 • Public • Published

react-table

gemstone logo

The Gemstone Web Library organizes all Gemstone functionality related to web.

GitHub license

This library includes helpful npm package component for creating interactive components in react.

Usage

General Modal

    <Modal Title='Title of Modal' ShowX={false} Callback={(confirmed) => setShow(false)} Show={show} Size={'lg'} ShowCancel={true} CancelText={'Cancel'} ConfirmText={'Ok'} >
		<p> Content of the Modal should go here </p>
		<p> Multiple Fields will work </p>
	</Modal >

Confirmation Dialog Modal

    <Warning Title='Please Confirm' Callback={(confirmed) => setShow(false)} Show={show}  Message={'Are you sure you want to Continue?'} />

Wizard ToolTip

Package Sidebar

Install

npm i @gpa-gemstone/react-interactive

Weekly Downloads

150

Version

1.0.143

License

MIT

Unpacked Size

227 kB

Total Files

56

Last publish

Collaborators

  • scwills
  • ritchiecarroll
  • clackner-gpa
  • gcsantos
  • elwills
  • pcrawford1
  • gsfbuildbot