-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD] add component FAB, radio button, and textfield #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix
frontend/src/App.tsx
Outdated
@@ -1,12 +1,12 @@ | |||
import './App.css'; | |||
import { EntryButton } from '@organisms/EntryButton'; | |||
//import { EntryButton } from '@organisms/EntryButton'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all commented code
@@ -0,0 +1,30 @@ | |||
import { TextField as TextFieldMUI } from '@mui/material'; | |||
//import { ReactNode } from 'react'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
@@ -9,7 +9,7 @@ describe('Checkbox', () => { | |||
render( | |||
<Checkbox | |||
testId='checkbox_test' | |||
variant='contained' | |||
//variant='contained' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
Adding new components: floating action button, radio button, and text field.