@mx-cartographer/transactions
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

Transaction control library

This library contains Transaction controls

Getting started

Installation

  • npm install @mx-cartographer/transactions

Usage

All components must be wrapped by TransactionDataProvider in order for it to have access to the TransactionStore

TransactionsList control

import { TransactionStore } from '@mx-cartographer/common'
import { TransactionsList } from '@mx-cartographer/transactions'

export const Example = ({ store: TransactionStore }) => {

 return (
   <TransactionDataProvider onEvent={handleEvent} store={store}>
     <TransactionsList />
   </TransactionDataProvider>
 )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @mx-cartographer/transactions

Weekly Downloads

120

Version

6.0.0

License

MIT

Unpacked Size

369 kB

Total Files

186

Last publish

Collaborators

  • drewwarren
  • shalyn.huetter123
  • stephanie.stamm
  • william.bridegroom
  • oklandon
  • lem_mx
  • jgerlach
  • santhosh_mx
  • ashlylamarr
  • daniel.simmonds
  • jordanboudreau
  • mason.medeiros.mx
  • mx-meganathan
  • mickzeller
  • ramana-kumar.murali
  • mx.dev
  • mx-sabarigiri