Skip to content
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

feat(ui): checkbox component #238

Merged
merged 3 commits into from
Jan 28, 2019
Merged

feat(ui): checkbox component #238

merged 3 commits into from
Jan 28, 2019

Conversation

artyorsh
Copy link
Collaborator

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

implements CheckBox component

@artyorsh artyorsh added needs review 📱 Components components module-specific ➡️ Next Upcoming changes labels Jan 18, 2019
onChange?: (checked: boolean) => void;
appearance?: string | 'default';
status?: string | 'error';
size?: string | 'big' | 'small';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove exact values

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently the same syntax is used in radio component
we can refactor this in each implemented component in future

Copy link
Member

@malashkevich malashkevich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change onChange value


// TODO(ui): checkmark component

export class CheckMark extends React.Component<Props> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is such demo component in the "toggle" PR

@malashkevich malashkevich merged commit e8ce139 into next Jan 28, 2019
@malashkevich malashkevich deleted the feat/checkbox branch January 28, 2019 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
➡️ Next Upcoming changes 📱 Components components module-specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants