react-toggle-list
v1.0.0
Published
Provides easy toggle list with React.
Downloads
7
Maintainers
Readme
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