An open-source SwiftUI toolkit that helps iOS developers create and maintain custom design systems. Expensaro UI combines flexible components with practical examples, making UI development more efficient and organized
- You can use this library for iOS project using Swift Package Manager in XCode
https://github.com/mireabot/ExpensaroUIKit
- You also can build own version cloning this repo via Terminal
git clone https://github.com/mireabot/ExpensaroUIKit
Expensaro UI provides comprehensive documentation to help you get started:
- Component Documentation: Each component has its own dedicated page with visual presentation and implementation code
- Example Screens: Browse complete UI examples featuring Expensaro components with copy-ready source code
Visit our documentation website for more information
Here's how to use an Expensaro UI component in your project:
import ExpensaroUIKit
struct ContentView: View {
var body: some View {
EXActionableCell(
title: "Categories",
text: "Manage your categories",
icon: .imageName("📂"),
action: {
print("Categories tapped")
}
)
}
}We welcome contributions from designers and mobile engineers! Here's how you can help:
- Add New Components: Create a pull request with your component implementation
- Request Features: Use the GitHub Discussion board to suggest new components
- Report Issues: Open an issue if you find a bug or have a suggestion
- Improve Documentation: Help us make the documentation better
Made for iOS engineers with presize craft 🍏