skeleton.client.src.Footer.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react Show documentation
Show all versions of react Show documentation
A profile for creating Grails applications with React
The newest version!
import React from 'react';
import advancedgrails from './images/advancedgrails.svg';
import documentation from './images/documentation.svg';
import slack from './images/slack.svg';
import {Row} from 'reactstrap';
const Footer = () => {
return
Grails Guides
Building your first Grails app? Looking to add security, or create a Single-Page-App? Check out the Grails Guides for step-by-step tutorials.
Documentation
Ready to dig in? You can find in-depth documentation for all the features of Grails in the User Guide.
Join the
Community
Get feedback and share your experience with other Grails developers in the community Slack channel.
};
export default Footer;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy