-
Notifications
You must be signed in to change notification settings - Fork 36
Aleksandr Pakulev #32
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
base: master
Are you sure you want to change the base?
Conversation
|
This pull request is automatically deployed with Now. Latest deployment for this branch: https://task-5-git-fork-sashasashasasha151-master.itmo-yandex.now.sh |
| "private": true, | ||
| "dependencies": { | ||
| "react": "16.8.5", | ||
| "react-addons-css-transition-group": "15.6.2", |
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.
react-transition-group
| <div | ||
| role="button" | ||
| aria-hidden | ||
| onClick={this.props.clickF} |
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.
Давай нормальные имена функциям и переменным
| role="button" | ||
| aria-hidden | ||
| onClick={this.props.clickF} | ||
| className={`check-view ${this.props.parentMix}${ |
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.
b_
bem-cn
@bem-react/classname
|
|
||
| import './checker.css'; | ||
|
|
||
| export class Checker extends Component { |
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.
Checkbox
| font-weight: 700; | ||
| } | ||
|
|
||
| .content-menu__button_first { |
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.
:first-child
| > | ||
| Удалить | ||
| </span> | ||
| <span className="content-menu__button">Это спам!</span> |
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.
Лучше использовать button
No description provided.