arif-accirdion
v1.0.4
Published
this is test accordion
Downloads
8
Readme
arif-accirdion
Arif accordion is a simple and customizable component for React applications.
Installation
You can install React Toast Popup via npm:
npm i arif-accirdionUsage
To use arif-accirdion in your React application, follow these steps:
Import the useNotification hook and necessary styles in your component:
import Accordion from 'arif-accirdion';Example
Here's a basic example of how to use React Toast Popup:
import React from 'react';
import Accordion from 'arif-accirdion';
function App() {
return (
<div className="App">
<Acordion />
</div>
);
}
export default App;License
This project is licensed under the MIT License - see the LICENSE file for details.
