Skip to content

UI components from the Stripe Dashboard iOS app

License

Notifications You must be signed in to change notification settings

Jaap1990/ios-dashboard-ui

 
 

Repository files navigation

iOS Dashboard UI

Travis CocoaPods Carthage compatible CocoaPods CocoaPods

This is a collection of UI components used in the Stripe Dashboard. Currently, it only contains one component, MoneyTextField, but there's more to come!

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. 💸

About

UI components from the Stripe Dashboard iOS app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.1%
  • Ruby 3.2%
  • Objective-C 2.1%
  • Other 1.6%