Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 486 Bytes

faq.mdx

File metadata and controls

22 lines (18 loc) · 486 Bytes
title
FAQ
You can put other components inside Accordions.
```java HelloWorld.java
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello, World!");
    }
}
```
Check out the [Accordion](/content/components/accordion) docs for all the supported props.