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

feature: kitchen sink app #206

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open

feature: kitchen sink app #206

wants to merge 33 commits into from

Conversation

rajajawahar
Copy link
Contributor

@rajajawahar rajajawahar commented Feb 29, 2024

##3 feature: kitchen sink app

Screen_recording_20240229_093855.webm

Copy link
Collaborator

@Younes-Charfaoui Younes-Charfaoui left a comment

Choose a reason for hiding this comment

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

Thanks for the fixes @rajajawahar

Comment on lines +22 to +23
Text(text = "TUIAppTopBar", style = TUITheme.typography.heading3)
TUIAppTopBar(
Copy link
Collaborator

Choose a reason for hiding this comment

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

@rajajawahar shall we add some vertical space between this two components

Comment on lines +38 to +58
TUIAttachmentUpload(
modifier = Modifier
.fillMaxWidth()
.padding(8.dp),
type = TUIMediaThumbnailType.Image(someImage),
attachmentName = "document.jpg",
onAttachmentClick = {
// Handle attachment click
},
onTrailingIconClick = {
// Handle trailing icon click
},
trailingIcon = TarkaIcons.Regular.Send20,
state = UpLoading(50),
showLeadingIcon = true,
)

// Example Attachment Uploader of Video
TUIAttachmentUpload(
modifier = Modifier
.fillMaxWidth()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Here as well its better if we add some space between two components

Column(Modifier.fillMaxSize(). padding(8.dp), horizontalAlignment = Alignment.CenterHorizontally) {
Text(text = "TUIFloatingNavBar", style = TUITheme.typography.heading3)
// Example Floating navigation bar with custom tab items
TUIFloatingNavBar(
Copy link
Collaborator

Choose a reason for hiding this comment

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

We have remove this TUIFloatingNavBar component form TakaUIKit

Column(Modifier.fillMaxSize(). padding(8.dp), horizontalAlignment = Alignment.CenterHorizontally) {
Text(text = "TUIFloatingTab", style = TUITheme.typography.heading3)
// Example Floating tab with default appearance
TUIFloatingTab(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same for TUIFloatingTab

fun TUIMenuItemComposable() {
Column(Modifier.fillMaxSize(). padding(8.dp), horizontalAlignment = Alignment.CenterHorizontally) {
Text(text = "TUIMenuItem", style = TUITheme.typography.heading3)
TUIMenuItem(
Copy link
Collaborator

Choose a reason for hiding this comment

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

This component is not available in TUIKit can you please check

Column(Modifier.fillMaxSize(). padding(8.dp), horizontalAlignment = Alignment.CenterHorizontally) {
Text(text = "TUIMultiLevelSelectorHeader", style = TUITheme.typography.heading3)
// When the header is selected.
TUIMultiLevelSelectorHeader(
Copy link
Collaborator

Choose a reason for hiding this comment

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

TUIMultiLevelSelectorHeader is not available in tarkaUi kit

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

5 participants