1.1.9 • Published 4 years ago

super-lib-reactjs v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Super-lib-js

Is a react based component library for many peices of the UI. The library will be extended as we go.

Components

Toggle

PropsDescription
onClickPerform a function when the toggle is clicked
labelOnAccepts a string to be displayed when it's on
labelOffAccepts a string to be displayed when it's off
disabledBoolean {true or false} that indicates if it's disabled or not
bgColorset the background color

Carousel

PropsDescription
imagesArray of images with src and title propreties
autoBoolean {true or false} to set auto swipe

Example

import React from 'react';
import {Toggle} from 'super-lib-reactjs';
import {Carousel} from 'super-lib-reactjs';

const App = () =>{
    return(
        <div>
            <Toggle />
            <Carousel/>
        </div>
    )
}
1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago