1.0.1 • Published 1 year ago

baig-react-accordion v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Baig React Accordion

A simple, customizable accordion component for React.

Installation

To install the package, use npm or yarn:

# with npm

npm install baig-react-accordion

# with yarn

yarn add baig-react-accordion

Usage

import { Accordion } from "baig-react-accordion"
import "baig-react-accordion/dist/index.css";

function App() {
  return (
    <>
      <Accordion />
    </>
  )
}

export default App;
1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago