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

Add classification component #612

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Add classification component #612

wants to merge 13 commits into from

Conversation

wch
Copy link
Collaborator

@wch wch commented Jul 11, 2023

This component is still a work in progress, so this PR is a placeholder for now.

@wch wch requested a review from jcheng5 August 7, 2023 18:41
@@ -102,8 +102,7 @@ ENV/

typings/

docs/source/generated/
docs/source/reference/
Copy link
Collaborator

Choose a reason for hiding this comment

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

Was this on purpose?

Comment on lines +6 to +48
:host {
display: block;
padding-bottom: 2rem;
}

.wrapper {
border: 1px solid #ccc;
padding: 12px;
border-radius: 5px;
}

.item {
margin-top: 20px;
margin-bottom: 20px;
}

.winner {
display: flex;
justify-content: center;
font-weight: bold;
font-size: 1.75em;
}

.bar {
height: 5px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #4890e3;
border-radius: 2px;
}

.label {
display: flex;
flex-direction: row;
align-items: baseline;
}

.dashed-line {
flex: 1 1 0%;
border-bottom: 1px dashed #888;
margin-left: 0.5em;
margin-right: 0.5em;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Were you planning to make these rules use CSS variables? And/or default to existing CSS variables?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants