1.0.4 • Published 10 months ago

arif-accirdion v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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-accirdion

Usage

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.

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago