Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noppefoxwolf/dawntext

The text rendering component like SwiftUI's Text.
https://github.com/noppefoxwolf/dawntext

ios swift swiftui

Last synced: about 2 months ago
JSON representation

The text rendering component like SwiftUI's Text.

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