https://github.com/noppefoxwolf/dawntext
The text rendering component like SwiftUI's Text.
https://github.com/noppefoxwolf/dawntext
ios swift swiftui
Last synced: 8 months ago
JSON representation
The text rendering component like SwiftUI's Text.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/dawntext
- Owner: noppefoxwolf
- License: mit
- Created: 2023-05-08T10:44:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T06:41:56.000Z (over 1 year ago)
- Last Synced: 2025-10-13T06:05:03.168Z (8 months ago)
- Topics: ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 3.27 MB
- Stars: 45
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAWNText
The text rendering component like SwiftUI's Text.
|||
|---|---|
|
|
|
# Usage
```swift
import SwiftUI
import DAWNText
Text("Hello, World!!")
DAWN.Text("Hello, World!!")
```
# Supports
- [x] NSTextAttachmentViewProvider
- [x] Self resizing
- [x] lineLimit
- [x] selection mode
- [x] extra menu actions
# LICENSE
MIT