Skip to content

v0.4.15

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 12:03
· 34 commits to main since this release

Documentation v0.4.15: https://raw.githack.com/uiwjs/react-login-page/d914915/index.html
Comparing Changes: v0.4.14...v0.4.15

@react-login-page/page11

npm version
Downloads

login-page

Install

$ npm install @react-login-page/page11 --save

Usage

import React from 'react';
import Login from '@react-login-page/page11';
import LoginBannerBgImg from '@react-login-page/page11/banner.jpg';

const Demo = () => (
  <Login style={{ height: 380 }}>
    <Login.Banner>
      <img src={LoginBannerBgImg} alt="banner" />
    </Login.Banner>
  </Login>
);

export default Demo;