-
Notifications
You must be signed in to change notification settings - Fork 173
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
Tiered List HOC/Pattern #5212
Tiered List HOC/Pattern #5212
Conversation
In the CSS version currently we still seem to rely too much on HTML structure and having a lot of structural elements. All those custom rows/cols nested are something I'd like to avoid, because if we need to do that, there is almost no benefit of just using standard grid. First of all we should get rid of Somewhat like that (although I guess it may not cover all cases we need):
|
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.
Nice to see macros giving some value.
Some questions inline in the code.
Did some experimentation with ways to provide HTML to macros. Generally uninspiring results:
Overall I'd probably just stick with strings/multi-line strings to begin with. If we wanted fancier support for |
617d367
to
f88803a
Compare
I believe we talked about not calling it "Split list" (because of split list component). In Figma it's currently called "Key value", but I'm not a huge fan of that name either. I asked there (in Figma) in a comment. |
3d92e8b
to
b196304
Compare
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.
Ship it 🚢
Done
variants_all
scss file for combined usageFixes WD-13041
QA
Check if PR is ready for release
If this PR contains Vanilla SCSS code changes, it should contain the following changes to make sure it's ready for the release:
Feature 🎁
,Breaking Change 💣
,Bug 🐛
,Documentation 📝
,Maintenance 🔨
.package.json
should be updated relative to the most recent release, following semver convention: