Coder Social home page Coder Social 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

aagahi avatar adriancarriger avatar albanm avatar bolandish avatar d3radicated avatar damienix avatar igor-ribeiro avatar ivictbor avatar jancvanb avatar jasononeyuan avatar jonataswalker avatar jtouzy avatar korylprince avatar kristianmandrup avatar laerciosantana avatar lucasfernog avatar lucassouza1 avatar marcosmoura avatar mateusmcg avatar morgul avatar nicolapps avatar pml984 avatar praneetloke avatar psantos9 avatar pschmidt88 avatar samuell1 avatar sombriks avatar vin-e avatar vuchl 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.