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

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

Dependents (1)

Package Sidebar

Install

npm i @gpa-gemstone/react-interactive

Weekly Downloads

192

Version

1.0.110

License

MIT

Unpacked Size

235 kB

Total Files

60

Last publish

Collaborators

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