This repository has been archived by the owner on May 19, 2020. It is now read-only.
Cicero UI Components v0.0.24
Pre-release
Pre-release
🚀 New Feature
- #91: Contract Navigation (@irmerk)
- Use for sidebar application, beginning with contract navigation
- Clause navigation will come soon
- #107: Support for
ref
andforwardRef
(@DianaLease)- You can now pass a ref to
SlateAsInputEditor
, which will be forward to slate'sEditor
. This will allow the parent to use Slate editor commands and queries - For info how to create a ref in your parent component, see the on useRef and forwardRef
- Related to the Markdown Editor release
- You can now pass a ref to