Skip to content

Releases: uiwjs/react-login-page

v1.0.4

26 Feb 12:25
Compare
Choose a tag to compare

Buy me a coffee

Documentation v1.0.4: https://raw.githack.com/uiwjs/react-login-page/a321762/index.html
Comparing Changes: v1.0.3...v1.0.4

v1.0.3

26 Feb 11:25
Compare
Choose a tag to compare

Buy me a coffee

Documentation v1.0.3: https://raw.githack.com/uiwjs/react-login-page/cd39064/index.html
Comparing Changes: v1.0.2...v1.0.3

v1.0.2

28 Nov 06:22
Compare
Choose a tag to compare

Buy me a coffee

Documentation v1.0.2: https://raw.githack.com/uiwjs/react-login-page/8b5d53b/index.html
Comparing Changes: v1.0.1...v1.0.2

v1.0.1

22 Sep 15:43
Compare
Choose a tag to compare

Documentation v1.0.1: https://raw.githack.com/uiwjs/react-login-page/3530c01/index.html
Comparing Changes: v1.0.0...v1.0.1

v1.0.0

23 Aug 02:34
Compare
Choose a tag to compare

Documentation v1.0.0: https://raw.githack.com/uiwjs/react-login-page/b91a730/index.html
Comparing Changes: v0.4.16...v1.0.0

v0.4.16

19 May 09:56
Compare
Choose a tag to compare

Documentation v0.4.16: https://raw.githack.com/uiwjs/react-login-page/486fb65/index.html
Comparing Changes: v0.4.15...v0.4.16

v0.4.15

14 May 12:03
Compare
Choose a tag to compare

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;

v0.4.14

04 May 17:45
Compare
Choose a tag to compare

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

v0.4.13

04 May 15:48
Compare
Choose a tag to compare

Documentation v0.4.13: https://raw.githack.com/uiwjs/react-login-page/750061b/index.html
Comparing Changes: v0.4.12...v0.4.13

login-page
import React from 'react';
import Login from '@react-login-page/page10';
import LoginImg from '@react-login-page/page10/bg.png';
import LoginInnerBgImg from '@react-login-page/page10/inner-bg.jpg';

const Demo = () => (
  <Login style={{ height: 690, backgroundImage: `url(${LoginImg})` }}>
    <Login.InnerBox style={{ backgroundImage: `url(${LoginInnerBgImg})` }} />
    <Login.InnerBox panel="signup" style={{ backgroundImage: `url(${LoginInnerBgImg})` }} />
  </Login>
);

export default Demo;

v0.4.12

03 May 14:54
Compare
Choose a tag to compare

Documentation v0.4.12: https://raw.githack.com/uiwjs/react-login-page/d1e3168/index.html
Comparing Changes: v0.4.11...v0.4.12