gordon-cs / gordon-360-ui

Gordon 360 User Interface
https://360.gordon.edu
15 stars 10 forks source link

Streamline typing and composability of DynamicButton #2293

Closed EjPlatzer closed 3 weeks ago

EjPlatzer commented 3 weeks ago

The DynamicButton component is a thin wrapper around MUI's Button, so I made it behave like one, in that it accepts all Buton props and forwards them to the underlying Button.

EjPlatzer commented 3 weeks ago

There was an error introduced in #2290 with GordonOffline that was causing this PR to fail the linting checks, so I fixed that too.