1.0.0 • Published 1 year ago

react-toggle-list v1.0.0

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

react-toggle-list

The react-toggle-list is can hide and show content inside.

Document


Installation


This library use react-toggle-list, so you need to install it.

npm install --save react-toggle-list

or

yarn add react-toggle-list

How to use


import { ReactToggleList } from 'react-toggle-list';

const subItems = ['string1', 'string2', 'string3'];

<ReactToggleList title="example" subItems={subItems} />;

Contribute


You can follow below to contribute react-toggle-list

Clone the repository.

git clone https://github.com/in-ch/react-file-folder.git