Skip to content

zunda-pixel/ChatBubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBubble

screenshotscreenshot

Text("Stanford Video Steve Jobs’ 2005 Stanford Commencement Address I am honored to be with you today at your commencement from one of the finest universities in the world.")
  .fixedSize(horizontal: false, vertical: true)
  .chatBubble(
    direction: .leadingTop,
    cornerRadius: 18,
    color: .blue.opacity(0.5)
  )
ChatBubble(cornerRadius: 18)
  .frame(width: 300, height: 100)
  .foregroundColor(.cyan)
Text("Sample Text.")
  .fixedSize(horizontal: false, vertical: true)
  .padding(9)
  .background {
    ChatBubble(cornerRadius: 18)
      .rotateChatBubble(position: .trailingBottom)
      .foregroundColor(.red.opacity(0.5))
  }

About

ChatBubble for SwiftUI

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages