Closes #73 * Add the API post request deleteMe * Add a trigger button * Add an utils/email module with the template and window opener * Add a dropdown component * Add a button component * Hide the user-id text and a logout bout in the dropdown * Add a noop empty function to pass a default handler callback to components
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
export { default } from './button';
|
|
|
|
require('./button.scss');
|
|
require('./_kind/button_kind.scss');
|
|
require('./_focused/button_focused.scss');
|