Rich components Editor
- Clone the repository.
- Install dependencies with
yarn install. - Run the development server with
yarn dev. - Open
playground.htmlto test the editor.
To use the editor in your HTML file:
<script type="module">
import "./path/to/tribe-editor.esm.js";
</script>
<tribe-editor></tribe-editor>