🐐 GOAT Shell

Current path: home/fresvfqn/emergencywaterdamagenyc.com/wp-content/plugins/extendify/src/Launch/components/



⬆️ Go up: Launch

📄 Viewing: NavigationButton.jsx

import classnames from 'classnames';

export const NavigationButton = (props) => {
	return (
		<button
			{...props}
			className={classnames(
				'button-focus flex items-center rounded border px-6 py-3 leading-6',
				{
					'opacity-50': props.disabled,
				},
				props.className,
			)}
			type="button">
			{props.children}
		</button>
	);
};


📤 Upload File


📁 Create Folder