Discussion on Stact - React Agency and Portfolio Landing Page Template

Discussion on Stact - React Agency and Portfolio Landing Page Template

Cart 72 sales
Well Documented

codeonec supports this item

Supported

This author's response time can be up to 1 business day.

5 comments found.

Are you plan HTML version of this template?

Do you have html version of this template?

i installed npm and python3 when i run the npm start in terminal i get this.

Line 10:   'React' must be in scope when using JSX  react/react-in-jsx-scope

It’s mentioned in documentation. In order to redirect to external link you have to set anchor true.

You can do this by following this code.
{      
       anchor: true,
       title: 'About',
       href: 'https://google.com'
}
For further directions visit: https://stact-docs.netlify.app/#/navbar

what about projects page?

{
           category: 'design',
           text: 'How Deko manages to scale using Stact',
           imgUrl: 'assets/project2.png',
           color: "#2D7EF8",
           link: 'https://google.com'
       },

same result as navbar

To use an external link with internal components, you have to modify the component. 

Go to

src > component > peojectCards > index.jsx
and replace
<Link to={e.link}></Link>
with
<a href="{e.link}"></a>

(Ignore the commas before and after the href value.)

Great Work,Congratulations GLWS :)

Thank you

Congratulations, best of luck with sales :)

Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey