Engineering philosophy

Summarize your team's approach to engineering here.

History

Notes about how the current codebase evolved.

Will drop a lil som'in som'in over here

Patterns to follow

Component Breakdown

This is how we do

Typescript samples

All icons inherent their basic structure from the BaseComponent. This is achieved through extending the current components by the BaseComponent.

export class .....Component extends BaseComponent {...}

Base Component comes with 4 inputs

Html samples