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

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

23

Version

4.0.7

License

MIT

Unpacked Size

375 kB

Total Files

186

Last publish

Collaborators

  • rquant.mx
  • lucas.fleagle
  • matthewstclaire
  • oklandon
  • jgerlach
  • lem_mx
  • igor.morgunov
  • mattcbodily
  • shalyn.huetter123
  • william.bridegroom
  • stephanie.stamm
  • drewwarren
  • stevencreates