Giter Site home page Giter Site logo

andersponders / docutap-ui Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 9.02 MB

A DocuTAP UI library

Home Page: https://e2etest.docutaptest.com/ui

License: GNU General Public License v3.0

JavaScript 15.40% Shell 0.41% HTML 8.84% CSS 28.43% Vue 46.92%

docutap-ui's Introduction

DocuTAP UI npm version

A DocuTAP UI library built for Vue.js forked from Vue Material

Features

Installation

Import Roboto and Material Icons from Google CDN:

<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">

Install

npm install --save @docutap-api/ui

Import Vue and DocuTAP UI in your code:

import Vue from 'vue';
import DocutapUi from '@docutap-api/ui';
import '@docutap-api/ui/dist/ui.css';

Usage

Enable DocuTAP UI in your application using Vue.use(). You can always enable individual components:

Vue.use(DocutapUi);

// OR

Vue.use(DocutapUI.MdCore); // Required to boot DocuTAP UI
Vue.use(DocutapUI.MdButton);
Vue.use(DocutapUI.MdIcon);
Vue.use(DocutapUI.MdSidenav);
Vue.use(DocutapUI.MdToolbar);

docutap-ui's People

Contributors

marcosmoura avatar laerciosantana avatar igor-ribeiro avatar korylprince avatar adriancarriger avatar psantos9 avatar d3radicated avatar morgul avatar jtouzy avatar sombriks avatar bolandish avatar nicolapps avatar praneetloke avatar vuchl avatar jonataswalker avatar lucasfernog avatar samuell1 avatar aagahi avatar jasononeyuan avatar damienix avatar vin-e avatar mateusmcg avatar lucassouza1 avatar kristianmandrup avatar jancvanb avatar ivictbor avatar albanm avatar pml984 avatar pschmidt88 avatar wizzzet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.