0.0.2 • Published 7 months ago

autofit.js-react v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

autofit.js-react

usage

import { AutoFit } from "autofit.js-react";
import "./App.css";

function App() {
    return (
        <AutoFit id="container" className="container" designWidth="1920" designHeight="1080">
            <div className="block-1">尺寸为固定值的盒子</div>
            <div className="block-2">尺寸为百分比的盒子</div>
        </AutoFit>
    );
}

export default App;

示例截图

image-20231009140542025

0.0.2

7 months ago

0.0.1

7 months ago