UNPKG

@tidy-ui/border

Version:

The Border component is a versatile tool to enclose components or groups. It supports content qualification like text or Chips and can be positioned in all directions. Create borders with customizable densities and sharp edges. Infuse borders with colors

56 lines (55 loc) 1.8 kB
{ "name": "@tidy-ui/border", "version": "0.48.2", "readme": "README.md", "scripts": { "build": "yarn clean && rollup -c ../../rollup.config.js --environment PACKAGE_NAME:border", "build:md": "markdown-include ../../.markdown.json", "clean": "rimraf -rf dist && rimraf -rf build", "postinstall": "rm -rf node_modules/@types/react-native", "reset": "yarn clean && rimraf -rf node_modules", "vet": "yarn lint", "yalc:publish": "yarn build && yalc publish", "yalc:push": "yarn build && yalc push", "docs": "jsdoc -X -c ../../jsdoc.conf.json > jsdoc.json" }, "dependencies": { "@tidy-ui/commons": "^0.48.2" }, "peerDependencies": { "react": "^18.0.0", "styled-components": "^5.3.3" }, "module": "./dist/index.esm.js", "types": "dist/src/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/badatt/tidy-ui" }, "author": { "name": "Balu Praveen Datty", "email": "dev.badatt@gmail.om", "url": "https://github.com/badatt" }, "keywords": [ "react", "styled-components", "css-in-js", "react-ui", "components", "ui", "ui-components", "Border" ], "description": "The Border component is a versatile tool to enclose components or groups. It supports content qualification like text or Chips and can be positioned in all directions. Create borders with customizable densities and sharp edges. Infuse borders with colors based on enclosed content's classification and experiment with various shades. Explore border variants like dashed or dotted styles, all customizable through theming and styles settings.", "publishConfig": { "access": "public" }, "files": [ "dist", "LICENSE", "jsdoc.json", "README.md" ] }