Need to develop a page to calculate bike cost. so there are so many things like row material, labor cost, transportation cost, component cost, etc,
Now clients need a single page to calculate the cost of bikes based on a different combination of materials and options in a single page.
Should I go with a single component or a different component for each category and bind all in the parent/Master component?