-
Notifications
You must be signed in to change notification settings - Fork 20
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): #1977: TableCell
#1979
Conversation
Visit the preview URL for this PR (updated for commit 4aa7c96): https://penumbra-ui-preview--pr1979-feat-1977-table-cel-n6ol2n74.web.app (expires Mon, 27 Jan 2025 09:50:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 709d729610ef7a6369b23f1cb2b820a60cc685b1 |
Now that #1983 has landed, consider rebasing this PR, to get CI passing again. |
tableItemSmall, | ||
} from '../utils/typography'; | ||
|
||
export type TableCellVariant = 'title' | 'heading' | 'cell' | 'lastCell' | 'footer'; |
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.
What is the difference between title and heading?
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.
copied from Figma but never seen title
being actually used in there
Closes #1977
Implements
TableCell
component