-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nimble Rich Text Editor and Viewer Spec Document (#1289)
# Pull Request ## π€¨ Rationale Creating spec for `nimble-rich-text-editor` and `nimble-rich-text-viewer` components. Issue: #1288 ## π©βπ» Implementation This PR contains the nimble spec document for the new nimble component addition. The spec document consists of a design discussion for the `nimble-rich-text-editor` and `nimble-rich-text-viewer` components and explains the external libraries used for the development of a rich text editor. ## π§ͺ Testing N/A ## β Checklist N/A
- Loading branch information
1 parent
b574fdf
commit a909ba9
Showing
6 changed files
with
422 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@ni-nimble-components-02d33e01-7578-482d-aa7f-8f592617a882.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "Add spec document for nimble rich text editor and nimble rich text viewer", | ||
"packageName": "@ni/nimble-components", | ||
"email": "[email protected]", | ||
"dependentChangeType": "none" | ||
} |
412 changes: 412 additions & 0 deletions
412
packages/nimble-components/src/rich-text-editor/specs/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+6.21 KB
packages/nimble-components/src/rich-text-editor/specs/spec-images/button-state.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.52 KB
...ages/nimble-components/src/rich-text-editor/specs/spec-images/editor-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+22.2 KB
...ages/nimble-components/src/rich-text-editor/specs/spec-images/viewer-sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
packages/nimble-components/src/rich-text-viewer/specs/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Nimble Rich Text Viewer | ||
|
||
The spec of this component is added as part of the [`/rich-text-editor/specs/README.md`](../../rich-text-editor/specs/README.md) |