link-style的README.md

link-style

A supports chained calls tool for React/RN projects.

一个适用于react/react-native项目中的样式编写工具。

事实上,社区里已经有非常成熟的class样式类工具了,比如npm中的classnames这个包,就已经可以很方便灵活的处理日常样式开发工作。

开发此工具的目的并不是为了改变在css/less/sass文件中编写class样式类名的开发方式,可以把link-style工具视为这种方式的互补方法。

安装:

    npm install link-style

使用方法:


    //react组件:
    import React from 'react';
    import linkcss from 'link-style';
    
    ...

    const someComponent = ( props )=>{


    const commonStyle  = linkcss.w( "100%" )
                                .h(somecondition ? 200 : 300 )
                                .fontS( 20 )
                                .mt( 20 )
                                .displayF
                                .position("relative")
                                .end;

    /**
      * 生成的结果为:
        commonStyle ==> {
                          width: '100%',
                          height: 200,
                          fontSize: 20,
                          marginTop: 20,
                          display: 'flex',
                          position: 'relative'
                        }
     */
                                
        return (
             <div style={commonStyle}>
                {/* 还可以在组件内部编写 */}
                <div style={ linkcss.w(200).displayF.alignI("center").justifyC("space-between").end }>
                        <div style={ someCondition ? aStyleObject : orlinkcssCode  } >balabala...</div>
                        <div style={ { ...(linkcss.w(200).displayF.alignI("center").end), ...anotherStyleObject } }>balabala...</div>
                        <div>balabala...</div>
                </div>

             </div>
        )

    }

link-style的Api列表:

api-name 对应样式名称 默认值
alignC alignContent stretch
alignI alignItems stretch
alignS alignSelf auto
all all none
ani animation none 0 ease 0 1 normal
aniD animationDelay 0
aniDir animationDirection normal
aniDur animationDuration 0
aniFM animationFillMode none
aniIC animationIterationCount 1
aniN animationName none
aniPS animationPlayState running
aniTF animationTimingfn ease
bfV backfaceVisibility visible
bg background null
bgA backgroundAttachment scroll
bgBM backgroundBlendMode normal
bgClip backgroundClip border-box
bgColor backgroundColor transparent
bgI backgroundImage none
bgO backgroundOrigin padding-box
bgP backgroundPosition 0% 0%
bgR backgroundRepeat repeat
bgS backgroundSize auto
border border null
borderB borderBottom null
borderBC borderBottomColor null
borderBLR borderBottomLeftRadius 0
borderBRR borderBottomRightRadius 0
borderBS borderBottomStyle null
borderBW borderBottomWidth medium
borderC borderCollapse separate
borderColor borderColor null
borderI borderImage none 100% 1 0 stretch
borderIO borderImageOutset 0
borderIR borderImageRepeat stretch
borderISli borderImageSlice 100%
borderIS borderImageSource none
borderIW borderImageWidth none
borderL borderLeft null
borderLC borderLeftColor null
borderLS borderLeftStyle null
borderLW borderLeftWidth medium
borderR borderRadius 0
borderRt borderRight null
birderRC borderRightColor null
borderRS borderRightStyle null
borderRW borderRightWidth medium
borderSpacing borderSpacing null
borderS borderStyle null
borderT borderTop null
borderTC borderTopColor null
borderTLR borderTopLeftRadius 0
borderTRR borderTopRightRadius 0
borderTS borderTopStyle null
borderTW borderTopWidth medium
borderW borderWidth medium
b bottom auto
boxS boxShadow none
boxSz boxSizing content-box
breakA breakAfter auto
breakB breakBefore auto
breakI breakInside auto
captionS captionSide top
caretC caretColor auto
clear clear none
clip clip auto
clipP clipPath none
color color null
columnC columnCount auto
columnF columnFill balance
columnG columnGap normal
columnR columnRule medium none black
columnRC columnRuleColor black
columnRS columnRuleStyle none
columnRW columnRuleWidth medium
columnS columnSpan 1
columnW columnWidth auto
columns columns auto auto
content content normal
counterI counterIncrement none
counterR counterReset none
cursor cursor auto
direction direction ltr
display display inline
emptyC emptyCells show
filter filter none
flex flex 0 1 auto
flexB flexBasis auto
flexD flexDirection row
flexF flexFlow row nowrap
flexG flexGrow 0
flexS flexShrink 1
flexW flexWrap nowrap
float cssFloat none
ft font null
fontF fontFamily null
fontFS fontFeatureSettings normal
fontK fontKerning auto
fontS fontSize medium
fontSA fontSizeAdjust none
fontStretch fontStretch normal
fontStyle fontStyle normal
fontV fontVariant normal
fontVC fontVariantCaps normal
fontw fontWeight normal
grid grid none none none auto auto row
gridA gridArea auto / auto / auto / auto
gridAC gridAutoColumns auto
gridAF gridAutoFlow row
gridAR gridAutoRows auto
gridC gridColumn auto / auto
gridCE gridColumnEnd auto
gridCG gridColumnGap 0
gridCS gridColumnStart auto
gridG gridGap 0 0
gridR gridRow auto / auto
gridRE gridRowEnd auto
gridRG gridRowGap 0
gridRS gridRowStart auto
gridT gridTemplate none none none
gridTA gridTemplateAreas none
gridTC gridTemplateColumns none
gridTR gridTemplateRows none
hangingP hangingPunctuation none
h height auto
hyphens hyphens manual
isolation isolation auto
justifyC justifyContent flex-start
l left auto
letterS letterSpacing normal
lineH lineHeight normal
listS listStyle disc outside none
listSI listStyleImage none
listSP listStylePosition outside
listST listStyleType disc
m margin 0
mb marginBottom 0
ml marginLeft 0
mr marginRight 0
mt marginTop 0
maxH maxHeight none
maxW maxWidth none
minH minHeight 0
minW minWidth none
mixBM mixBlendMode normal
objectF objectFit see individual properties
objectP objectPosition 50% 50%
op opacity 1
order order 0
outline outline invert none medium
outlineC outlineColor invert
outlineO outlineOffset 0
outlineS outlineStyle none
outlineW outlineWidth medium
overflow overflow visible
overflowX overflowX visible
overflowY overflowY visible
padding padding 0
pb paddingBottom 0
pl paddingLeft 0
pr paddingRight 0
pt paddingTop 0
pageBA pageBreakAfter auto
pBB pageBreakBefore auto
pBI pageBreakInside auto
perspective perspective none
perspectiveO perspectiveOrigin 50% 50%
pointerE pointerEvents auto
position position static
quotes quotes null
resize resize none
r right auto
scrollB scrollBehavior auto
tabSize tabSize 8
tableL tableLayout auto
textA textAlign
textAL textAlignLast auto
textD textDecoration none
textDC textDecorationColor currentColor
textDL textDecorationLine none
textDS textDecorationStyle solid
textI textIndent null
textJ textJustify auto
textO textOverflow clip
textS textShadow none
textT textTransform none
t top auto
tf transform none
tfO transformOrigin 50% 50% 0
tfS transformStyle flat
trans transition all 0 ease 0
transDe transitionDelay 0
transDur transitionDuration 0
transP transitionProperty all
transT transitionTimingfn ease
unicodeBidi unicodeBidi normal
userS userSelect auto
verticalA verticalAlign baseline
v visibility visible
whiteS whiteSpace normal
w width auto
wordB wordBreak normal
wordS wordSpacing normal
wordW wordWrap normal
writingM writingMode horizontal-tb
zIndex zIndex auto
displayF null { display:"flex" }

自定义样式方法

link-style 从w3cShool的 css参考手册 爬取了css的基础属性,如果这些属性还不能满足日常开发的话,还可以自定义配置link-style的方法:

     import linkcss from 'link-style';
    
     //function
     linkcss.customStyle( {  type:"fn" ,callName:"marginL", styleName:"marginLeft"  } ) 
     //props
     linkcss.customStyle( {  type:"sd" ,callName:"colorRed",styleValue:{ color:"red"}  } )  
  
      
     const someStyle =  linkcss.w(200).colorRed.marginL(30).fontS(18).end;
     /**
       *  someStyle ==> { width: 200, color: 'red', marginLeft: 20, fontSize: 18 }
       */

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 212,884评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,755评论 3 385
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 158,369评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,799评论 1 285
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 65,910评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,096评论 1 291
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,159评论 3 411
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,917评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,360评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,673评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,814评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,509评论 4 334
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,156评论 3 317
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,882评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,123评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,641评论 2 362
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,728评论 2 351

推荐阅读更多精彩内容

  • 一、CSS中的属性和取值 1.文本类属性: text-align属性:此标签内容的水平对齐方式,内容须为具体文字/...
    刘远舟阅读 491评论 0 1
  • 选择qi:是表达式 标签选择器 类选择器 属性选择器 继承属性: color,font,text-align,li...
    wzhiq896阅读 1,737评论 0 2
  • 选择qi:是表达式 标签选择器 类选择器 属性选择器 继承属性: color,font,text-align,li...
    love2013阅读 2,306评论 0 11
  • HTML 1、什么是盒子模型? 2、页面导入样式时有几种方法,它们之间有区别? link标签引入,也是当下用的最多...
    半眼鱼阅读 345评论 0 0
  • CSS参考手册 一、初识CSS3 1.1 CSS是什么 CSS3在CSS2.1的基础上增加了很多强大的新功能。目前...
    没汁帅阅读 3,564评论 1 13