Skip to main content
You can put other components inside Accordions.
HelloWorld.java
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}
Check out the Accordion docs for all the supported props.
I