Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 608 Bytes

slides.re.mdx

File metadata and controls

50 lines (31 loc) · 608 Bytes

import sights from './sights';

export { Components } from './Components'; export { Themes } from './Themes';

-- image: tokyo.jpg

TOKYO


Tokyo Sights

    {sights.map((sight) => (
  • {sight.name}
  • ))}

theme: dark transition: none

Tokyo in the Dark

Tokyo in the Dark


Custom Components in the Center


Code in Tokyo

const tokyo = 'Tokyo';

console.log('I love ' + tokyo);

Hint: Switch your system's dark/light mode!