Skip to content

Releases: uiwjs/react-login-page

v0.4.11

03 May 12:15
Compare
Choose a tag to compare

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

v0.4.10

03 May 11:56
Compare
Choose a tag to compare

Documentation v0.4.10: https://raw.githack.com/uiwjs/react-login-page/2a1489c/index.html
Comparing Changes: v0.4.9...v0.4.10

v0.4.9

03 May 11:26
Compare
Choose a tag to compare

Documentation v0.4.9: https://raw.githack.com/uiwjs/react-login-page/54896f2/index.html
Comparing Changes: v0.4.8...v0.4.9

v0.4.8

30 Apr 18:59
Compare
Choose a tag to compare

Documentation v0.4.8: https://raw.githack.com/uiwjs/react-login-page/9cb397f/index.html
Comparing Changes: v0.4.7...v0.4.8

login-page
import React from 'react';
import Login from '@react-login-page/page9';
import LoginBg from '@react-login-page/page9/bg.jpg';

const Demo = () => <Login style={{ height: 580, backgroundImage: `url(${LoginBg})` }} />;

export default Demo;

v0.4.7

30 Apr 17:25
Compare
Choose a tag to compare

Documentation v0.4.7: https://raw.githack.com/uiwjs/react-login-page/1384bdb/index.html
Comparing Changes: v0.4.6...v0.4.7

v0.4.6

29 Apr 18:51
Compare
Choose a tag to compare

Documentation v0.4.6: https://raw.githack.com/uiwjs/react-login-page/a468deb/index.html
Comparing Changes: v0.4.5...v0.4.6

login-page
import React from 'react';
import Login from '@react-login-page/page8';

const Demo = () => <Login style={{ height: 690 }} />;

export default Demo;

v0.4.5

27 Apr 06:33
Compare
Choose a tag to compare

Documentation v0.4.5: https://raw.githack.com/uiwjs/react-login-page/99f2668/index.html
Comparing Changes: v0.4.4...v0.4.5

v0.4.4

26 Apr 16:05
Compare
Choose a tag to compare

Documentation v0.4.4: https://raw.githack.com/uiwjs/react-login-page/474b7d9/index.html
Comparing Changes: v0.4.3...v0.4.4

v0.4.3

26 Apr 15:51
Compare
Choose a tag to compare

Documentation v0.4.3: https://raw.githack.com/uiwjs/react-login-page/9caf85e/index.html
Comparing Changes: v0.4.2...v0.4.3

login-page
import React from 'react';
import Login from '@react-login-page/page7';

const Demo = () => <Login style={{ height: 690 }} />;

export default Demo;

v0.4.2

25 Apr 16:01
Compare
Choose a tag to compare

Documentation v0.4.2: https://raw.githack.com/uiwjs/react-login-page/f0f0a34/index.html
Comparing Changes: v0.4.1...v0.4.2

login-page
import React from 'react';
import Login from '@react-login-page/page6';

const Demo = () => <Login style={{ height: 690 }} />;

export default Demo;