Last active
May 31, 2016 18:41
-
-
Save davidstocker/4af6873cb683dae54005cef2ea8e824a to your computer and use it in GitHub Desktop.
PaceCaclulator React Component Structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PaceCalculator | |
Settings | |
BasicSettings | |
AdvancedSettings | |
ProgramSummary (<-- displayed prior to clicking 'calculate') | |
Results | |
Filter (useful life, term years, show payments) | |
ResultTabs (select summary, schedule, term compare, cost breakdown) | |
Summary | |
Schedule | |
TermCompare | |
CostBreakdown | |
Assumptions | |
PrintResults | |
RateSummary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment