2.0.1 • Published 1 year ago

react-ritik-stories v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

See Demo : https://reactritikstories.netlify.app/

import { Container } from "react-ritik-stories";

const App=()=>{

    return(
        <Container
        width={window.innerWidth}
        height={window.innerHeight}
        comps={[
        {
            name: A,   // Component name
            props: { width: window.innerWidth, height: window.innerHeight },  // Component Props
        },
        {
            name: B,
        },
        {
            name: C,
        },
        {
            name: D,
        },
        ]}
        background="black"
        color="white"
        tabBarActive="white"
        tabBarNotActive="gray"
        arrowActiveColor="white"
        arrowNotActiveColor="gray"
        isArrowShown={true}
        isKeyboardActive={true}
    />
    )
}
2.0.1

1 year ago

2.0.0

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago