dictyBase / dicty-components-login

Login buttons component for use with dicty applications
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Determine functionality #1

Closed erichartline closed 6 years ago

erichartline commented 6 years ago

Should we allow the user to choose from a specified allotment of buttons (i.e. Google, Facebook, etc), or do we give them the option to create their own button by passing in styles, icon, etc?

Each button when clicked will trigger an action (function) that should be opened in the interface.

erichartline commented 6 years ago

So the general idea is to allow the user to pull buttons as necessary rather than use a single Login component (i.e. import { GoogleButton, OrcidButton } etc).

Things to do:

Start with the simple plan first (not necessarily easy!)