Installation
Overview
Nexus is a versatile npm library designed to seamlessly integrate a framework-agnostic code editor, enabling developers to embed a powerful editing experience in any application.
With real-time code updates and a dedicated Nexus-Panel component for efficient code snippet management, Nexus offers a dynamic solution for enhancing the coding experience in diverse environments.
Whether you're building a web-based IDE or seeking to elevate code editing within your application, Nexus provides the flexibility and functionality you need.
Using Roboto (fonts)
It's recommended to install the roboto fonts and use them in your app for this library. This is the main font used for the different typographies in the code nexus library.
Include the below snippet in your main index.html
file or entry file for your application. If you want to look into the other ways to use the roboto font, there is more information here.
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin=""/>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"/>
Code Nexus
In order to