Introduction
exhibitionjs is a library for showcasing your JS/TS/HTML/CSS code snippets with live previews. It leverages Monaco Editor for code editing and provides a seamless way to integrate interactive code examples into your web pages.
Features
- Monaco Editor Integration: Full-featured code editor for your snippets.
- Live Preview: Instantly see the results of your code changes in an iframe.
- Multi-language Support: Support for HTML, CSS, JavaScript, and TypeScript (handles TypeScript to JavaScript transpilation).
- Flexible Configuration: Highly customizable through data attributes or JavaScript.
- Built on Wraplet: Powered by the
wrapletlibrary for robust component management.