@clinia/react-vizion

Healthcare search experience for React and React Native applications, by Clinia


Keywords
clinia, components, vizion, react, react-dom, react-native, search, clinia-search, ui-components, vision
License
MIT
Install
npm install @clinia/react-vizion@2.2.3

Documentation

React Vizion

React library that lets you create a healthcare search experience using Clinia's search API.

Why • Features • Getting Started • Examples • Contributing • License

Version Build Status License Downloads

Why

React Vizion is the result of Clinia's effort to make its expertise more accessible to its partners. The Vizion tools allow partners to create their own healthcare search experience, for internal or external use, using Clinia's search API.

Features

  • Widgets that offer bare UI components to be customized be the partners.
  • Connectors that allows the partners to link their own components with the Clinia's search logic.
  • Compatible with React and React-Native
  • Available Storybook to experiment with the components

Getting Started

React Vizion is available on npm registry. It relies on clinia to communicate with Clinia APIs.

npm install @clinia/react-vizion-dom clinia
OR
yarn add @clinia/react-vizion-dom clinia

Examples

React example (README)

Inside the React example folder:

yarn install

Then

yarn start

React-Native example (README)

Inside the React-Native example folder:

yarn install

Then

yarn start

This example uses Expo and can therefore be launch using the expo cli :

expo start

Contributing

We welcome all contributors, from casual to regular. You are only one command away to start the developer environment, read our CONTRIBUTING guide.

📄 License

React Vizion is an open-sourced software licensed under the MIT license.