sparrow ui
vious version of pnpm code
? Personnalisation puissante du thème dans les moindres détails.
? Super capacité d'adaptation
IE/Bord | Firefox | Chrome | Safari | Électron |
---|---|---|---|---|
IE11, Bord | les 2 dernières versions | les 2 dernières versions | les 2 dernières versions | les 2 dernières versions |
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 >
</ >
) ;
Et importez le style manuellement :
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 >
importer une carte
< 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 >
nœud (compiler ---> n'importe lequel)
<!--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}}
Utilisez Gitpod, un environnement de développement en ligne gratuit pour GitHub.
Ou clonez localement :
$ git clone [email protected]:lianglei-git/sparrow-ui.git
$ cd sparrow-ui
$ npm install
$ npm run start
Je souhaite la bienvenue à toutes les contributions. Veuillez me contacter à [email protected]