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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.112
    51
    • latest

Version History

Package Sidebar

Install

npm i @gpa-gemstone/react-interactive

Weekly Downloads

59

Version

1.0.112

License

MIT

Unpacked Size

241 kB

Total Files

62

Last publish

Collaborators

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