1.1.7 • Published 5 years ago

@shaai/react v1.1.7

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

npm.io

@shaai/react

This is a React wrapper for Shaai. It returns a React component which can be placed wherever you want to show your blogs.

Install

npm i --save @shaai/react

Usage

import withShaai from '@shaai/react'
import ScrollInk from '@shaai/scroll-ink'

//Pass in the template
const Shaai = withShaai(ScrollInk)

class App extends React.Component {
    render() {
        return (
            <div className="App">
                <Shaai
                    config={config}
                />
            </div>
        );
    }
}
1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago