Skip to content

LoginPage

Kolbe Bowring edited this page Feb 10, 2017 · 6 revisions

LoginPage

The login page is a simple component used as an entry point for the application.

Note: The application must pass the slappUrl and the signupSlappUrl into the component for login/signup to work.

LoginPage

The child will be the bullet points section. This is done on a per application basis and is not included in this repository.

Props

  • color - (String) - Color of the description text
  • description - (String) - Product description that appears below the logo
  • logo - (SVG - String) - SVG of the application logo
  • paragraph - (String) - Paragraph text below the description
  • signupSlappUrl - (String) - Url to give access to the application through Slapp specifically for signups
  • slappUrl - (String) - Url to give access to the application through Slapp

Example

        <LoginPage
            color="#1390d8"
            description="Brief Product Description Goes Here"
            logo={ promoteLogo }
            paragraph="Gain quick insight and depth into the Amazon product
                        catalog, search terms, product sales velocity and
                        more with the premier product research and monitoring
                        tool for Amazon Sellers"
            signupSlappUrl="https://accounts.sellerlabs.com/signup?app=promote"
            slappUrl={ this.props.slappUrl }>
            { this.bullet() }
        </LoginPage>
Clone this wiki locally