0.0.1 • Published 7 years ago

@react-ag-components/footer v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

footer

React footer component for external web apps

Usage

Install

npm i @react-ag-components/footer --save

Use in your project

import Footer from '@react-ag-components/footer'
<Footer />

Properties

Contributing

Get the repository

git clone https://github.com/alphillips/footer.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public