November 2019
Beginner
436 pages
8h 52m
English
Now that we have a draggable window and non-draggable menu buttons, let's add a button so that we can take a screenshot:
<Navbar> <Navbar.Group align={Alignment.LEFT}> <Navbar.Heading>Electron Snip</Navbar.Heading> <Navbar.Divider /> <Button className="bp3-minimal" icon="settings" text="Settings" /> <Button className="bp3-minimal" icon="help" text="About" /> <Button className="bp3-minimal" icon="camera" text="Snip"/> </Navbar.Group> </Navbar>
Read now
Unlock full access