0.0.3 • Published 7 years ago

@react-ag-components/back-button v0.0.3

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

back-button

A React back button. Actually a link with a left arrow.

Usage

Install

npm i @react-ag-components/back-button --save

Use in your project

import BackButton from '@react-ag-components/back-button'
<BackButton />

Properties

Contributing

Get the repository

git clone https://github.com/alphillips/back-button.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public