1.0.6 • Published 2 years ago

@ether-healthcare/inputs v1.0.6

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

Installation

yarn add @ether-healthcare/inputs

Usage

Replace your current import with the package

-import { TextInput } from '@components/inputs'
+import { TextInput } from '@ether-healthcare/inputs'

Publishing update

In order to update this package and publish it to npm.

Update the package.json

-"version": "1.0.0",
+"version": "1.0.1",

Login to npm if you were not connected yet and publish

npm login
npm run build
npm publish

Dependencies

Your dependencies must match the package dependencies

"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"react": "^17.0.2",
"react-hook-form": "^7.18.1",
"react-intl": "^5.10.9"
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.1.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.7

2 years ago