App下載

詞條

大約有 400 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0039秒)

151.深入理解 React

這是一篇源自官方博客 的文章。在我看來, React 是較早使用 JavaScript 構(gòu)建大型、快速的 Web 應(yīng)用程序的技術(shù)方案。它已經(jīng)被我們廣泛應(yīng)用于 Facebook 和 Instagram 。React 眾多優(yōu)秀特征中的其中一部分就是,教會(huì)你去重新思考如何構(gòu)...

http://www.o2fo.com/reactzwbwd/dlj12v.html

152.Element-React Button按鈕

常用的操作按鈕。 ### 基礎(chǔ)用法 基礎(chǔ)的按鈕用法。 Button 組件默認(rèn)提供7種主題,由`type`屬性來定義,默認(rèn)為`default`。 ![](https://atts.w3cschool.cn/attachments/image/20201016/1602811839624109.png) ``` render() { return ( <div> <Button>默認(rèn)按鈕</...

http://www.o2fo.com/element_ui_ops/element_ui_ops-is1b3cv5.html

153.Element-React Collapse 折疊面板

可同時(shí)展開多個(gè)面板,面板之間不影響 ![](https://atts.w3cschool.cn/attachments/image/20201019/1603077582967004.png) ``` render() { const activeName = "1"; return ( <Collapse value={activeName}> <Collapse.Item title="一致性 Consistency" name="1"> <div>與現(xiàn)實(shí)生...

http://www.o2fo.com/element_ui_ops/element_ui_ops-uch43cw7.html

154.Element-React Date Picker 日期選擇器

用于選擇或輸入日期 ### 選擇日 以「日」為基本單位,基礎(chǔ)的日期選擇控件 基本單位由`type`屬性指定??旖葸x項(xiàng)需配置`shortcuts`,禁用日期通過 `disabledDate` 設(shè)置,傳入函數(shù) ![](https://atts.w3cschool.cn/attachments/image/20201016/1602816008244838...

http://www.o2fo.com/element_ui_ops/element_ui_ops-s9pd3cve.html

155.Element-React Transfer 穿梭框

...| leftFooter | 左側(cè)列表底部的內(nèi)容 | ReactElement | — | - | | rightFooter | 右側(cè)列表底部的內(nèi)容 | ReactElement | — ...

http://www.o2fo.com/element_ui_ops/element_ui_ops-n6gc3cvj.html

156.React入門教程

一、簡介React 起源于 Facebook 的內(nèi)部項(xiàng)目,因?yàn)樵摴緦κ袌錾纤?JavaScript MVC 框架,都不滿意,就決定自己寫一套,用來架設(shè) Instagram 的網(wǎng)站。做出來以后,發(fā)現(xiàn)這套東西很好用,就在2013年5月開源了。由于 React 的設(shè)計(jì)思想極...

http://www.o2fo.com/buyqe/buyqe-oqwr25vm.html

157.Element-React NavMenu 導(dǎo)航菜單

為網(wǎng)站提供導(dǎo)航功能的菜單。 ### 頂欄 適用廣泛的基礎(chǔ)用法。 ![](https://atts.w3cschool.cn/attachments/image/20201017/1602907150279501.png) ``` render() { return ( <div> <Menu theme="dark" defaultActive="1" className="el-menu-demo" mode="horizontal" onSelect={this.onSel...

http://www.o2fo.com/element_ui_ops/element_ui_ops-lc1e3cvx.html

158.Ant Design React 圖標(biāo)

圖標(biāo)是 UI 設(shè)計(jì)中必不可少的組成。通常我們理解圖標(biāo)設(shè)計(jì)的含義,是將某個(gè)概念轉(zhuǎn)換成清晰易讀的圖形,從而降低用戶的理解成本,提升界面的美觀度。在我們的企業(yè)級應(yīng)用設(shè)計(jì)范圍中,圖標(biāo)在界面設(shè)計(jì)的諸多元素中往往只占...

http://www.o2fo.com/docsreactintroduce/ant-design-react-icon.html

159.React State(狀態(tài))& 生命周期

通過調(diào)用 ReactDOM.render() 來修改我們想要渲染的元素:function tick() { const element = ( <div> <h1>Hello, world!</h1> <h2>It is {new Date().toLocaleTimeString()}.</h2> </div> ); ReactDOM.render(element,document.getElementById('root')); } setInterv...

http://www.o2fo.com/react/react-state.html

160.Element-React Checkbox 多選框

一組備選項(xiàng)中進(jìn)行多選 ### 基礎(chǔ)用法 單獨(dú)使用可以表示兩種狀態(tài)之間的切換。 簡單的 Checkbox,使用`checked`切換選中狀態(tài)。 ![](https://atts.w3cschool.cn/attachments/image/20201016/1602813552823082.png) ``` render() { return <Checkbox checked>備選項(xiàng)</...

http://www.o2fo.com/element_ui_ops/element_ui_ops-9ul33cv7.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

151.深入理解 React

這是一篇源自官方博客 的文章。在我看來, React 是較早使用 JavaScript 構(gòu)建大型、快速的 Web 應(yīng)用程序的技術(shù)方案。它已經(jīng)被我們廣泛應(yīng)用于 Facebook 和 Instagram 。React 眾多優(yōu)秀特征中的其中一部分就是,教會(huì)你去重新思考如何構(gòu)...

http://www.o2fo.com/reactzwbwd/dlj12v.html

152.Element-React Button按鈕

常用的操作按鈕。 ### 基礎(chǔ)用法 基礎(chǔ)的按鈕用法。 Button 組件默認(rèn)提供7種主題,由`type`屬性來定義,默認(rèn)為`default`。 ![](https://atts.w3cschool.cn/attachments/image/20201016/1602811839624109.png) ``` render() { return ( <div> <Button>默認(rèn)按鈕</...

http://www.o2fo.com/element_ui_ops/element_ui_ops-is1b3cv5.html

153.Element-React Collapse 折疊面板

可同時(shí)展開多個(gè)面板,面板之間不影響 ![](https://atts.w3cschool.cn/attachments/image/20201019/1603077582967004.png) ``` render() { const activeName = "1"; return ( <Collapse value={activeName}> <Collapse.Item title="一致性 Consistency" name="1"> <div>與現(xiàn)實(shí)生...

http://www.o2fo.com/element_ui_ops/element_ui_ops-uch43cw7.html

154.Element-React Date Picker 日期選擇器

用于選擇或輸入日期 ### 選擇日 以「日」為基本單位,基礎(chǔ)的日期選擇控件 基本單位由`type`屬性指定??旖葸x項(xiàng)需配置`shortcuts`,禁用日期通過 `disabledDate` 設(shè)置,傳入函數(shù) ![](https://atts.w3cschool.cn/attachments/image/20201016/1602816008244838...

http://www.o2fo.com/element_ui_ops/element_ui_ops-s9pd3cve.html

155.Element-React Transfer 穿梭框

...| leftFooter | 左側(cè)列表底部的內(nèi)容 | ReactElement | — | - | | rightFooter | 右側(cè)列表底部的內(nèi)容 | ReactElement | — ...

http://www.o2fo.com/element_ui_ops/element_ui_ops-n6gc3cvj.html

156.React入門教程

一、簡介React 起源于 Facebook 的內(nèi)部項(xiàng)目,因?yàn)樵摴緦κ袌錾纤?JavaScript MVC 框架,都不滿意,就決定自己寫一套,用來架設(shè) Instagram 的網(wǎng)站。做出來以后,發(fā)現(xiàn)這套東西很好用,就在2013年5月開源了。由于 React 的設(shè)計(jì)思想極...

http://www.o2fo.com/buyqe/buyqe-oqwr25vm.html

157.Element-React NavMenu 導(dǎo)航菜單

為網(wǎng)站提供導(dǎo)航功能的菜單。 ### 頂欄 適用廣泛的基礎(chǔ)用法。 ![](https://atts.w3cschool.cn/attachments/image/20201017/1602907150279501.png) ``` render() { return ( <div> <Menu theme="dark" defaultActive="1" className="el-menu-demo" mode="horizontal" onSelect={this.onSel...

http://www.o2fo.com/element_ui_ops/element_ui_ops-lc1e3cvx.html

158.Ant Design React 圖標(biāo)

圖標(biāo)是 UI 設(shè)計(jì)中必不可少的組成。通常我們理解圖標(biāo)設(shè)計(jì)的含義,是將某個(gè)概念轉(zhuǎn)換成清晰易讀的圖形,從而降低用戶的理解成本,提升界面的美觀度。在我們的企業(yè)級應(yīng)用設(shè)計(jì)范圍中,圖標(biāo)在界面設(shè)計(jì)的諸多元素中往往只占...

http://www.o2fo.com/docsreactintroduce/ant-design-react-icon.html

159.React State(狀態(tài))& 生命周期

通過調(diào)用 ReactDOM.render() 來修改我們想要渲染的元素:function tick() { const element = ( <div> <h1>Hello, world!</h1> <h2>It is {new Date().toLocaleTimeString()}.</h2> </div> ); ReactDOM.render(element,document.getElementById('root')); } setInterv...

http://www.o2fo.com/react/react-state.html

160.Element-React Checkbox 多選框

一組備選項(xiàng)中進(jìn)行多選 ### 基礎(chǔ)用法 單獨(dú)使用可以表示兩種狀態(tài)之間的切換。 簡單的 Checkbox,使用`checked`切換選中狀態(tài)。 ![](https://atts.w3cschool.cn/attachments/image/20201016/1602813552823082.png) ``` render() { return <Checkbox checked>備選項(xiàng)</...

http://www.o2fo.com/element_ui_ops/element_ui_ops-9ul33cv7.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程