- SlideView
- MatrixView
- ListView
- ViewContainer
- TypeScript
- React
- Sass
npm i react-key-move-list-view
# or
yarn add react-key-move-list-view
import * as React from 'react';
import { ListView } from 'react-key-move-list-view';
const KeyboardListViewExample = () => {
return (
<ListView list={data} type="slide"/>
// or
<ListView list={data} type="matrix"/>
)
}
You can find more Examples and Demo in Storybook
This component is managed by a storybook
which is combined with develop environment
and documentation
. If you want to develop in local environment, clone project and develop through a storybook
git clone https://github.com/DevSoopark/react-key-move-list-view.git
yarn
yarn run storybook
MIT