UNPKG

react-paginate

Version:

A ReactJS component that creates a pagination.

16 lines (12 loc) 138 B
.PHONY: install install: npm install .PHONY: test test: npm test .PHONY: demo demo: npm run demo .PHONY: serve serve: npm run demo