3.0.1 • Published 2 months ago

@availity/help v3.0.1

Weekly downloads
56
License
MIT
Repository
github
Last release
2 months ago

title: Help

Context Provider to assist with Help Menu on Portal for specific pages Field Help Icon to import and access field level support

Version

Installation

npm

npm install @availity/help --save

Yarn

yarn add @availity/help

Page Level Help Example

import React from 'react';
import HelpProvider, { Help } from '@availity/help';

const Example = () => (
  <HelpProvider>
    <Help type="provider" id="1234-5678-9101-1213">
      Some Content You May need documentation for.
    </Help>
  </HelpProvider>
);

Page Level Help Props

id: string

The page level help ID Required

type: string

The page level help type: ie.: provider | vendor | payer | insight. Required

Field Level Help Icon Example

import React from 'react';
import { FieldHelpIcon } from '@availity/help';

const Example = () => (
  <div id="testId">
    Select A Provider <FieldHelpIcon id="1234-5678-910" labelId="testId" />
  </div>
);

Field Help Props

id: string

The field Help ID Required

color?: string

The bootstrap 3 color of the icon. Default:primary

size?: string

The size of the help icon. Default: 1x

labelId?: string

The id of the label for accessibility (aria-describedby). Default: ''

3.0.1

2 months ago

3.0.0

6 months ago

2.2.1

7 months ago

2.2.2

6 months ago

2.2.0

1 year ago

2.1.2

1 year ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.4.8-ts.13

2 years ago

1.5.0

2 years ago

1.4.6

3 years ago

1.4.7

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.11

3 years ago

1.3.10

3 years ago

1.3.9

3 years ago

1.3.7

3 years ago

1.3.8

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1-alpha.1835

4 years ago