1.0.7 • Published 10 months ago

arif-accordion v1.0.7

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

arif-accordion

Arif accordion is a simple and customizable component for React applications.

Installation

You can install this via npm:

npm i arif-accordion

Usage

To use arif-accordion in your React application, follow these steps:

import Accordion from 'arif-accordion';

Example

Here's a basic example of how to use arif-accordion:

import React from 'react';
import Accordion from 'arif-accordion';

function App() {
  return (
    <div className="App">
      <Accordion />
    </div>
  );
}

export default App;

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago