PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
breeze
/
stubs
/
inertia-react
/
resources
/
js
/
Components
export default function InputLabel({ forInput, value, className, children }) { return ( <label htmlFor={forInput} className={`block font-medium text-sm text-gray-700 dark:text-gray-300 ` + className}> {value ? value : children} </label> ); }
[-] DangerButton.jsx
[edit]
[+]
..
[-] InputLabel.jsx
[edit]
[-] NavLink.jsx
[edit]
[-] ApplicationLogo.jsx
[edit]
[-] Dropdown.jsx
[edit]
[-] Modal.jsx
[edit]
[-] TextInput.jsx
[edit]
[-] PrimaryButton.jsx
[edit]
[-] Checkbox.jsx
[edit]
[-] InputError.jsx
[edit]
[-] SecondaryButton.jsx
[edit]
[-] ResponsiveNavLink.jsx
[edit]