back to all posts

Build an Restaurant site with Gatsby and Snipcart - 8

by Nabendu Biswas / May 11th, 2020

#javascript #react #gatsby
Series: Gatsby-snipcart

Welcome to part-8 of the series. We will next start to create a button for the QuickInfo section. Let’s create a new button SectionButton in Button.js file in the utils folder. Here, we are reusing some of the styles from BannerButton and over-riding some styles.

Button.jsButton.js

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

And it will show as below in mobile screens.

Small screenSmall screen

This completes part-8 of the series.

You can find the code for the project in this github repo.

Nabendu Biswas