Tags: step2dev/lazy-ui
Tags
Update textarea, add FormSelect component Enhanced the textarea's styles to take up the full width to improve alignment and user experience. Also, a new FormSelect component was added for better code reusability and standardization of select inputs. All changes have been tested.
Update textarea, add FormSelect component Enhanced the textarea's styles to take up the full width to improve alignment and user experience. Also, a new FormSelect component was added for better code reusability and standardization of select inputs. All changes have been tested.
Update textarea, add FormSelect component Enhanced the textarea's styles to take up the full width to improve alignment and user experience. Also, a new FormSelect component was added for better code reusability and standardization of select inputs. All changes have been tested.
Update view file reference in FormRichText Changed view file reference from `lazy::form.textarea` to `lazy::form.richtext` in FormRichtext.php to provide a rich text editing experience. A corresponding blade file was created to handle the display and interaction with the updated component. The new view file contains a field setup for Quill.js rich text editor along with error handling and support for additional attributes.
Merge pull request #10 from step2dev/develop Update AlpineJS and DaisyUI versions in dependencies
Update namespace from LStep2dev to Step2dev Namespace in HasErrors.php and BtnTest.php has been updated from 'LStep2dev\LazyUI' to 'Step2dev\LazyUI'. This change is to ensure consistency with the new package name. Additionally, Btn class has been imported in BtnTest.php.
Update namespace from LStep2dev to Step2dev Namespace in HasErrors.php and BtnTest.php has been updated from 'LStep2dev\LazyUI' to 'Step2dev\LazyUI'. This change is to ensure consistency with the new package name. Additionally, Btn class has been imported in BtnTest.php.
PreviousNext