You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go through components in this library - Take notes on things you find:
interesting or useful in general
practical to use within our application
For example, I’m a big fan of the UI component “Card” https://mui.com/material-ui/react-card. It’s a square/rectangular island that looks like it’s made of paper. This can be used for rendering a “file” summary, i.e. the “file name and number of comments” we currently have, but implemented with the Card component
The text was updated successfully, but these errors were encountered:
I think that the customization menu will be useful for actions like 'Edit project' which could possibly be the text that displays before you click the menu, 'Add a Chord Progression', 'Create a Revision', 'Rename Project' that kind of high level thing about the editing of the metadata / settings of the project
https://mui.com/material-ui/all-components
https://mui.com/material-ui
Go through components in this library - Take notes on things you find:
For example, I’m a big fan of the UI component “Card” https://mui.com/material-ui/react-card. It’s a square/rectangular island that looks like it’s made of paper. This can be used for rendering a “file” summary, i.e. the “file name and number of comments” we currently have, but implemented with the Card component
The text was updated successfully, but these errors were encountered: