Skip to content

v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 16:01
· 69 commits to main since this release

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;