-
Notifications
You must be signed in to change notification settings - Fork 5
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
Chapter/compose sample #396
Conversation
6ce7d1b
to
84d7eef
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.
Read and approved :D
item(span = { GridItemSpan(maxLineSpan) }) { | ||
GridHeader(text = "Design tokens") | ||
} | ||
item { |
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.
Should we add item ids ?
@Composable | ||
fun IconsDestination() { | ||
LazyVerticalGrid(modifier = Modifier.fillMaxSize(), columns = GridCells.Fixed(4)) { | ||
item { |
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.
Same for id ?
84d7eef
to
e104f29
Compare
Introduce compose space where to put composable that are matching Figma component file
Enregistrement.de.l.ecran.2025-01-17.a.17.38.08.mov
The categories have been created to match the ones in that file.
For instance:
I'm opening Messaging page.
I have Badge, Callout, EmptyState, Message, Tag and Toaster to add later