Slides is a presentation platform for developers. We're built on top of the reveal.js open source presentation framework, which was created by our co-founder. Over the past few years we've been building a suite of developer-focused presentation tools, like... import React, { useState } from 'react'; function Example() { return ( <div> <button> Click me </button> </div> ); }