0.2.2 • Published 4 years ago
@afiniti/footer v0.2.2
@afiniti/footer
Description
React Footer module built.
Note
Your feedback would be highly appreciated, custom features can also be requested. Only meant for within organization private usage.
Installation
npm i @afiniti/footer
Props
Name | Type | Description |
---|---|---|
apiUrl | string | graphcms api url. |
Example Usage
The package can be integrated inside a react component as follows:
import React from 'react';
import Footer from '@afiniti/footer';
import '@afiniti/footer/footer.css';
const ContactUs = () => {
return (
<Footer
apiUrl="https://api-euwest.graphcms.com/v1/sdkasndkasndknas/master"
slug="welcome-home"
/>
);
};
export default ContactUs;
0.2.1
4 years ago
0.2.2
4 years ago
0.2.0
4 years ago
0.1.0
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
0.0.20
5 years ago
0.0.21
5 years ago
0.0.17
5 years ago
0.0.18
5 years ago
0.0.19
5 years ago
0.0.16
5 years ago
0.0.15
5 years ago
0.0.14
5 years ago
0.0.13
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago