@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>
 )
}

Dependencies (0)

    Dev Dependencies (51)

    Package Sidebar

    Install

    npm i @mx-cartographer/transactions

    Weekly Downloads

    53

    Version

    4.0.7

    License

    MIT

    Unpacked Size

    375 kB

    Total Files

    186

    Last publish

    Collaborators

    • ashlylamarr
    • rquant.mx
    • matthewstclaire
    • oklandon
    • jgerlach
    • lem_mx
    • shalyn.huetter123
    • william.bridegroom
    • stephanie.stamm
    • drewwarren