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}}
GitHub용 무료 온라인 개발 환경인 Gitpod를 사용하세요.
또는 로컬로 복제:
$ git clone [email protected]:lianglei-git/sparrow-ui.git
$ cd sparrow-ui
$ npm install
$ npm run start
모든 기여를 환영합니다. [email protected]
으로 연락주세요.