UNPKG

@axa-fr/react-toolkit-button

Version:

1. [Installation](#installation) 1. [Import](#import) 1. [Simple button](#simple-button) 1. [Button circle](#button-circle) 1. [Button with left icon](#button-with-left-icon) 1. [Button with right icon](#button-with-right-icon) 1. [Disabled Button](#disab

36 lines (35 loc) 893 B
{ "name": "@axa-fr/react-toolkit-button", "version": "3.0.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js" }, "./dist/": "./dist/" }, "private": false, "scripts": { "build": "rimraf ./dist && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "@axa-fr/react-toolkit-core": "3.0.2" }, "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/AxaFrance/react-toolkit.git" }, "gitHead": "c574c7174569dcc2b048deb8a1e22a70c24cc623" }