You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ObservedObject var state: RichEditorState = .ini(input: "Hello World")
29
+
30
+
var body: some View {
31
+
RichEditor(state: _state)
32
+
.padding(10)
33
+
}
34
+
}
35
+
```
36
+
# Demo
37
+
[Sample](https://github.com/canopas/rich-editor-swiftui/tree/main/RichEditorDemo) app demonstrates how simple the usage of the library actually is.
38
+
39
+
# Bugs and Feedback
40
+
For bugs, questions and discussions please use the [Github Issues](https://github.com/canopas/rich-editor-swiftui/issues).
41
+
42
+
43
+
## Credits
44
+
RichEditor for SwiftUI is owned and maintained by the [Canopas team](https://canopas.com/). For project updates and releases, you can follow them on Twitter at [@canopassoftware](https://twitter.com/canopassoftware).
0 commit comments