@abhishek-parmar1/flexy 中文文档教程
@abhishek-parmar1/flexy
它是最好的布局库。
Install
$ npm install @abhishek-parmar1/flexy
Usage
const tiny = require("@abhishek-parmar1/flexy");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1
@abhishek-parmar1/flexy
Its the tinest layout library.
Install
$ npm install @abhishek-parmar1/flexy
Usage
const tiny = require("@abhishek-parmar1/flexy");
tiny("So much space!");
//=> "Somuchspace!"
tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
// at tiny (<anonymous>:2:41)
// at <anonymous>:1:1