You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We need to create a reusable sidebar component to display different types of data depending on what page you are on. It should al be able to change size on different views as well.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Figma Design
Component Details
Create a file called Explore.js in the pages folder in components/pages
The Explore Component should display the Sidebar and Article component
In the src/components/shared folder create a file called SideBar.js.
When the Tag Component and User Component are completed they should be passed into the Sidebar component as children
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We need to create a reusable sidebar component to display different types of data depending on what page you are on. It should al be able to change size on different views as well.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Figma Design
![Screen Shot 2020-05-11 at 12 00 50 PM](https://user-images.githubusercontent.com/35946905/81600832-1a530700-937f-11ea-9ce1-dbb2c6b45e9f.png)
Component Details
Explore.js
in the pages folder in components/pagessrc/components/shared
folder create a file calledSideBar.js
.The text was updated successfully, but these errors were encountered: