SimpleButton
const SimpleButton: React.FC<InteractiveElementProps & object>;
SimpleButton looks and acts mostly the same as a normal Button except it has less features. The idea is to make it easy to do use composition (children components) to add desired behaviour.