Transaction summery component with 1 top child and 2 bottom left/right children.
Background image.
<TransactionsSummary image={images.transactions_yellow_bg} topName="Total Balance" topValue={0.0} leftIcon={icons.income} leftName="Income" leftValue={0.0} rightIcon={icons.expense} rightName="Expense" rightValue={0.0} /> Copy
<TransactionsSummary image={images.transactions_yellow_bg} topName="Total Balance" topValue={0.0} leftIcon={icons.income} leftName="Income" leftValue={0.0} rightIcon={icons.expense} rightName="Expense" rightValue={0.0} />
Transaction summery component with 1 top child and 2 bottom left/right children.