simularium / simularium-website

Front end website for the Simularium project, includes the Simularium viewer
https://simularium.allencell.org
Apache License 2.0
6 stars 3 forks source link

use a constant to tell buttons apart #489

Closed interim17 closed 4 months ago

interim17 commented 5 months ago

Use Case

Buttons are currently taking string props like "primary-button" and "action-button" to determine their styling. We should use a constant to enforce this instead, this design pattern any other similar use cases