Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.48 KB

iOS Dashboard UI

Archived

This repository is no longer under active development or maintenance

CocoaPods Carthage compatible CocoaPods CocoaPods

This is a collection of UI components used in the Stripe Dashboard. Currently, it contains one component, MoneyTextField.

Installation

  • Cocoapods
    • pod "StripeDashboardUI"
  • Carthage
    • github "stripe/ios-dashboard-ui"
  • Manual
    • drag source files from the DashboardUI directory into your project.
  • Development
    • Run make bootstrap to install dependencies.

Swift 4

Components

MoneyTextField

MoneyTextField is a text field for handling money. It includes many customization options, and supports most currencies and locales. 💸