1.0.0 • Published 3 years ago

healthi-accordion v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

React component for faster and simpler web development.

Installation

Healthi-Accordion is available as an npm package(npm i healthi-accordion).

// with npm
npm i healthi-accordion

Usage

Here is a quick example to get you started, it's all you need:

import * as React from "react";
import HealthiAccordion from "healthi-accordion";

function App() {
  return <HealthiAccordion medTitle="Link2"></HealthiAccordion>;
}

ReactDOM.render(<App />, document.querySelector("#app"));

License

No License. "(...) nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation."