sparrow ui
vious version of pnpm code
?每個細節都有強大的主題客製化。
?超強適應力
IE / 邊緣 | 火狐瀏覽器 | 鉻合金 | 狩獵之旅 | 電子 |
---|---|---|---|---|
IE11、邊緣 | 最後 2 個版本 | 最後 2 個版本 | 最後 2 個版本 | 最後 2 個版本 |
npm i @sparrowend/ui
yarn add @sparrowend/ui
pnpm add @sparrowend/ui
jsx
import { Button } from '@sparrowend/ui' ;
const App = ( ) => (
< >
< Button type = "primary" > PRESS ME </ Button >
</ >
) ;
並手動匯入樣式:
import '@sparrowend/ui/dist/spui.css' ;
// or
// import '@sparrowend/ui/es/button/style';
html
< html >
< link href = 'dist/spui.css' > </ link >
< script src = "dist/spui.js" > </ script >
or
< script type = "module" >
import { Message } from 'dist/spui-es.js';
Message.error('the end');
</ script >
< sp-button > click me </ sp-button >
</ html >
導入地圖
< html >
< link href = 'dist/spui.css' > </ link >
< script type = "importmap" >
{
"imports" : {
"sparrow-ui" : "dist/spui-es.js"
}
}
</ script >
< script type = "module" >
import { Message } from 'sparrow-ui';
Message.error('sucessful');
</ script >
</ html >
節點(編譯 ---> 任何)
<!--layout.art-->
< ! doctype html >
< html >
< head >
< meta charset = "utf-8" >
< title > { { block 'title' } } My Site { { / block } } </ title >
< link href = 'dist/spui.css' > </ link >
< script src = "dist/spui.js" > </ script >
{ { block 'head' } }
< link rel = "stylesheet" href = "main.css" >
{ { / block } }
</ head >
< body >
{ { block 'content' } } { { / block } }
</ body >
</ html >
{ { if user } }
< h2 > { { user . name } } </ h2 >
< sp - button > Thanks ! </ sp - button >
{ { / if}}
使用 Gitpod,一個免費的 GitHub 線上開發環境。
或克隆到本地:
$ git clone [email protected]:lianglei-git/sparrow-ui.git
$ cd sparrow-ui
$ npm install
$ npm run start
我歡迎所有的貢獻。請聯絡我: [email protected]