Nexmo / nexmo-oas-renderer

Render your API references, Nexmo-style!
https://developer.nexmo.com/api
MIT License
45 stars 4 forks source link

Add ContentSwitcher presenter #86

Closed mheap closed 3 years ago

mheap commented 3 years ago

Ready to review!

The presenter will render as tabs by default, and a dropdown if there are 8 or more oneOf entries.

This behaviour can be overriden by setting x-switcher: dropdown or x-switcher: tab at the same level as oneOf

Before:

image

After:

image

fabianrbz commented 3 years ago

I'll review it when it is ready but it's looking good so far ❤️

mheap commented 3 years ago

@fabianrbz Ready for review now