1.0.1 • Published 1 year ago
baig-react-accordion v1.0.1
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;