@highoutput/hds-array-field
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"typings": "dist/array-field/src/index.d.ts", | ||
"files": [ | ||
@@ -52,3 +52,3 @@ "dist", | ||
}, | ||
"gitHead": "3261417f4aec6833cf4c99fa820c3c0e9da3a437", | ||
"gitHead": "3771c155369a528050ebb32a3144200bced4dfa6", | ||
"dependencies": { | ||
@@ -67,3 +67,3 @@ "@highoutput/hds": "^1.3.0-0.1.0.0", | ||
}, | ||
"readme": "### Getting started\n\nWe aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.\n\n## Commands\n\nTo install package, use:\n\n```bash\nnpm i @highoutput/hds-array-field\n```\n\n### Usage\n\n```jsx\nimport { ArrayField } from '@highoutput/hds-array-field';\n\nexport const SamplePage = () => {\n return (\n <>\n <ArrayField\n defaultValues={{\n input: [\n {\n value: ''\n }\n ]\n }}\n maxValue={10}\n onAppend={() => {}}\n onBlur={function noRefCheck() {}}\n onChange={function noRefCheck() {}}\n onRemove={function noRefCheck() {}}\n placeholder=\"Enter an Input\"\n />\n </>\n );\n};\n```" | ||
"readme": "### Getting started\r\n\r\nWe aim to build a library of custom ReactJS components that implements our unique UI design conventions. The ReactJS components will be based primarily on Chakra UI components. React Storybook will be used for documentation and testing.\r\n\r\n## Commands\r\n\r\nTo install package, use:\r\n\r\n```bash\r\nnpm i @highoutput/hds-array-field\r\n```\r\n\r\n### Usage\r\n\r\n```jsx\r\nimport { ArrayField } from '@highoutput/hds-array-field';\r\n\r\nexport const SamplePage = () => {\r\n return (\r\n <>\r\n <ArrayField\r\n defaultValues={{\r\n input: [\r\n {\r\n value: ''\r\n }\r\n ]\r\n }}\r\n maxValue={10}\r\n onAppend={() => {}}\r\n onBlur={function noRefCheck() {}}\r\n onChange={function noRefCheck() {}}\r\n onRemove={function noRefCheck() {}}\r\n placeholder=\"Enter an Input\"\r\n />\r\n </>\r\n );\r\n};\r\n```" | ||
} |
@@ -0,0 +0,0 @@ ### Getting started |
@@ -0,0 +0,0 @@ import { array, object, SchemaOf, string, InferType } from 'yup'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93216