Skip to content

Base for building slider-like (carousel) components

Notifications You must be signed in to change notification settings

Tolkam-JS-Packages/react-frames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tolkam/react-frames

Base for building slider-like (carousel) components.

Usage

import { render } from 'react-dom';
import Frames from '@tolkam/react-frames';

const element = <Frames swipeable loop>
    <div>Frame One - swipe me</div>
    <div>Frame Two - swipe me</div>
    <div>Frame Three - swipe me</div>
</Frames>

render(element, document.getElementById('app'));

Documentation

The code is rather self-explanatory and API is intended to be as simple as possible. Please, read the sources/Docblock if you have any questions. See Usage and IProps for quick start.

License

Proprietary / Unlicensed 🤷

About

Base for building slider-like (carousel) components

Resources

Stars

Watchers

Forks

Packages

No packages published