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

Improvement: replace flex with grid #45

Open
ramiy opened this issue May 4, 2021 · 1 comment
Open

Improvement: replace flex with grid #45

ramiy opened this issue May 4, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ramiy
Copy link
Collaborator

ramiy commented May 4, 2021

Explore this new concept:

table {
  display: grid;
  grid-template:
    "heading  heading"
    "y-title  data"
    ".        x-title";
}

This can help introduce axis titles.

@ramiy ramiy self-assigned this May 4, 2021
@ramiy ramiy added the enhancement New feature or request label May 4, 2021
@ramiy ramiy pinned this issue May 4, 2021
@ramiy
Copy link
Collaborator Author

ramiy commented May 4, 2021

Works with RTL and LTR.

TODO: check top-to-bottom languages...

@ramiy ramiy unpinned this issue May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant