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

1.0.113 • 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

Dependencies (13)

Dev Dependencies (13)

Package Sidebar

Install

npm i @gpa-gemstone/react-interactive

Weekly Downloads

72

Version

1.0.113

License

MIT

Unpacked Size

241 kB

Total Files

62

Last publish

Collaborators

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