UNPKG

@s-ui/react-molecule-pagination

Version:

`MoleculePagination` is a component that displays a range of pages with the current page highlighted and the proper buttons to navigate across the available pages in the entire range of total pages

44 lines (43 loc) 1.11 kB
{ "name": "@s-ui/react-molecule-pagination", "version": "2.22.0", "description": "", "publishConfig": { "access": "public" }, "keywords": [ "@s-ui", "react", "component", "molecule", "pagination" ], "main": "lib/index.js", "scripts": { "prepublishOnly": "rimraf ./lib && npm run build:js && npm run build:styles", "build:js": "babel --presets sui ./src --out-dir ./lib", "build:styles": "cpx './src/**/*.scss' ./lib" }, "dependencies": { "@s-ui/react-atom-button": "2", "@s-ui/react-molecule-button-group": "2" }, "peerDependencies": { "@s-ui/component-dependencies": "1" }, "repository": { "type": "git", "url": "https://github.com/SUI-Components/sui-components", "directory": "components/molecule/pagination" }, "config": { "title": "pagination", "category": "molecule", "type": "components" }, "bugs": { "url": "https://github.com/SUI-Components/sui-components/issues?q=is%3Aopen+label%3A%22Component%3A+pagination%22" }, "homepage": "https://sui-components.vercel.app/", "license": "MIT" }