当前位置: 首页 > 软件库 > 手机/移动开发 > >

nativescript-ui-components

授权协议 Readme
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 卢才艺
操作系统 iOS
开源组织
适用人群 未知
 软件概览

Nativescript UI Components

A resource to showcase the different UI related functionality that you could do with Nativescript Angular

Build Setup

The demo is currently located in the demo folder

# switch to the demo directory
cd demo

# install dependencies
npm install

# run demo on ios
npm run start.ios

# run demo on android
npm run start.android

List of UI Elements

  • 插槽是什么? 插槽就是子组件中的提供给父组件使用的一个占位符,用 表示,父组件可以在这个占位符中填充任何模板代码,如 HTML、组件等,填充的内容会替换子组件的标签。简单理解就是子组件中留下个“坑”,父组件可以使用指定内容来补“坑” $attrs是什么 包含了父作用域中不作为 prop 被识别 (且获取) 的 attribute 绑定 (class 和 style 除外)。当一个组件没有声明任何

  • MessageBox组件源码,有添加部分注释 main.vue <template> <transition name="msgbox-fade"> <!--包裹弹框的div--> <div class="el-message-box__wrapper" tabindex="-1" v-show="visible" @click.

  • 1.router.index.js import Vue from 'vue'; import Router from 'vue-router'; //基础页面 import Home from '@/components/Home' import Login from '@/views/Login' import Welcome from '@/views/Welcome' import E4

  • 原文地址:https://cloud.tencent.com/developer/doc/1273Mint-UI基于Vue.js的移动端组件库,它的使用方法类似于Element-UI。 目录 Mint UI 使用文档 npm 安装 CDN Hello world 快速上手 使用 vue-cli 引入 Mint UI 完整引入 按需引入 开始使用   Mint UI 使用文档 本文将介绍 Mint

  • 在components中新建一个vue文件,写入如下代码: <template> <div class="tags-view"> <el-scrollbar style="height: 60px; white-space: nowrap" ref="elscrollbar"> <el-tag :key="tag.index" v-for="(tag

  • 封装table页面(转载 ==在转载的基础上增加分页) <template> <div class="table"> <el-table id="iTable" v-loading.iTable="options.loading" :data="list" :stripe="options.stripe" ref="mutipleTable" @se

 相关资料
  • @nativescript/ui-charts Nativescript wrapper for Highcharts iOS and Android SDKs Installation In Command prompt / Terminal navigate to your application root folder and run: tns plugin add @nativescrip

  • Welcome to Progress NativeScript UI Progress NativeScript UI is a set of free* components that enable implementing rich-ui applications for iOS and Android by using NativeScript. Progress NativeScript

  • NativeScript 可以使用 Javascript,CSS, XML 创建真正的 Native 跨平台应用,支持 iOS Android,NativeScript 将您的跨平台代码翻译成目标平台的代码。 UI 使用 XML 描述,CSS 样式,在编译时将 UI 转化成本地原生代码,最终得到正在的 Native 原生应用。 Telerik 公开了用于创建安卓、iOS和Windows Unive

  • NativeScript Command-Line Interface The NativeScript CLI lets you create, build, and deploy NativeScript-based apps on iOS and Android devices. Get it using: npm install -g nativescript What is Native

  • NativeScript-Snackbar �� �� �� NativeScript plugin for Material Design SnackBar component. Installation: NativeScript 7+:tns plugin add @nstudio/nativescript-snackbar NativeScript version prior to 7:t

  • Nativescript-Ripple This plugin aims to bring a native (or close to native) ripple implementation on Android and iOS. The android version uses a RippleDrawable and conserves the previous background, a