Skip to content

Instantly share code, notes, and snippets.

@ryanbelke
Created October 10, 2018 03:17
Show Gist options
  • Select an option

  • Save ryanbelke/0c14ca8b247d962e485d82b042c38828 to your computer and use it in GitHub Desktop.

Select an option

Save ryanbelke/0c14ca8b247d962e485d82b042c38828 to your computer and use it in GitHub Desktop.
/* pages/index.js */
import { Button, Alert } from "reactstrap";
export default () => {
return (
<div>
<div>
<Alert color="primary">
Hello Project is strapi-next with Bootstrap
</Alert>
&nbsp; <Button color="primary">Hello from nextjs</Button>
</div>
</div>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment