Skip to Content
FrameworksGetting Started 🚀

Getting Started 🚀


What is a framework ?

A framework is a reusable software structure that provides pre-written code, rules, and architecture to help you build applications faster and in a standardized way.

Playground component lets you write Nextra-compatible MDX that renders only on the client. It’s modeled after the functionality found in VerCeel .

In some instances where remote loading MDX is not an option, this may work as a great alternative.

Here’s an example of a code block.

login.tsx
console.log("Hello world, this is a playground component!");

Caveats

Due to the purely client-side nature of this component, features “Table of Contents” and “Front matter” will not work.

Mermaid Example

Last updated on