@codesyntax/ionic-react-utils
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

ionic-react-utils

A suite of components and utilities for Ionic Framework with React.

Installation

To install the package, use npm or yarn:

npm install @codesyntax/ionic-react-utils

or

yarn add @codesyntax/ionic-react-utils

Usage

Import the desired component or utility in your React project:

import { SomeIonicReactUtility } from '@codesyntax/ionic-react-utils';

function App() {
  return (
    <div>
      <SomeIonicReactUtility />
    </div>
  );
}

Available Components and Utilities

  • IonPasswordInput: IonInput component for passwords with the option to show or hide the text.
  • InnerHTML: Render any string or URL content in HTML format.
  • useIonHeaderCollapse: Collapse the header when scrolling the content to get more space on the screen.
  • useIonHeaderParallax: Get an integrated parallax effect with the IonHeader component.
  • usePinchToZoom: Zoom in on images using the pinch-to-zoom.

Contributing

To contribute, fork the repository and create a pull request.

License

This project is licensed under the MIT License.

/@codesyntax/ionic-react-utils/

    Package Sidebar

    Install

    npm i @codesyntax/ionic-react-utils

    Weekly Downloads

    9

    Version

    0.5.0

    License

    none

    Unpacked Size

    937 kB

    Total Files

    23

    Last publish

    Collaborators

    • erral
    • ionlizarazu
    • bipoza
    • libargutxi