buddhi-editor
v0.0.2
Published
Customizable WYSIWIG Editor.
Downloads
6
Maintainers
Readme
Buddhi Editor
Buddhi Editor is a simple HTML WYSIWYG Editor you can use in your web projects.
Available Components
| Component | Description |
| ---------------- | ----------------------------------------------- |
| buddhi-editor
| A HTML WYSIWYG Editor
|
Getting Started
To install Buddhi Editor straight forward without any JavaScript framework, just include the following script tag just before the "head" tag on your HTML page where you want to use the web component.
<script src="https://unpkg.com/buddhilive-elements@latest/dist/main.js"></script>
Then to use a BL element, just use element tag like any other HTML element:
<buddhi-editor></buddhi-editor>
To learn more about Buddhi Editor web component, please read the Official Documentation