2.0.3 • Published 5 years ago

slidal v2.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

slidal

slider + modal

NPM JavaScript Style Guide

Installation

npm

npm install slidal --save

Example

PlayGround

import React, { Component } from 'react';
import Slidal from './slidal/Slidal'
import './App.css';

class App extends Component {
  render() {
    return (
      <div className="App">
        <Slidal showButton title="Title" amountCardMobile={3} amountCardTablet={4} amountCardDesktop={5}>
          <Slidal.Card>
            <h2>TITLE</h2>
            <img src="https://www.google.com.br/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" alt="Test" />
          </Slidal.Card>
        </Slidal>
      </div>
    );
  }
}

export default App;

Licença

Mit

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago