Volunteer Relationship Management System: This is an ambitious project to create a system that will help us measure our human capital development, reduce repetitive tasks and processes, and improve outcomes.
GNU Affero General Public License v3.0
40
stars
79
forks
source link
Update HTML components to MUI: ./src/pages/Home.js #1717
Review all components in./src/pages/Home.js and replace all standard HTML components with applicable MUI components.
Action Items
[ ] Review components in:./src/pages/Home.js and search for any standard HTML components.
IF standard HTML components are found in the file:
[ ] Replace these standard HTML components with applicable MUI components.
[ ] Ensure select field integrates changes from the Selection Field details below
[ ] Make a PR for this file
Selection Field
This component contains a selection field with selection options. Please reveiw MUI's Selection Component to ensure that "Select One" is displayed by default on page load.
As it currently stands, the old select style is adding a "-- Select One --" option, this behavior doesn't need to be transferred into the new componenet.
Overview
Review all components in
./src/pages/Home.js
and replace all standard HTML components with applicable MUI components.Action Items
./src/pages/Home.js
and search for any standard HTML components.Selection Field
details belowSelection Field
This component contains a selection field with selection options. Please reveiw MUI's Selection Component to ensure that "Select One" is displayed by default on page load.
As it currently stands, the old select style is adding a "-- Select One --" option, this behavior doesn't need to be transferred into the new componenet.
Code Snippet
```jsxResources