GithubHelp home page GithubHelp logo

zsjtiger / vuetning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marceloatg/vuetning

0.0 0.0 0.0 10.42 MB

Salesforce Lightning Design System framework for Vue.js 2

License: MIT License

JavaScript 2.31% CSS 31.85% HTML 0.03% Vue 65.77% SCSS 0.04%

vuetning's Introduction

Vuetning vuetning NPM downloads gzip size

Introduction

Vuetning is a Salesforce Lightning Design System framework for Vue.js 2...

Components

Name Avaliability Coverage Documentation
Accordion
Activity Timeline
Alert
App Launcher
Avatar
Avatar Group
Badge
Brand Band
Breadcrumbs
Builder Header
Button
Button Group
Button Icon
Card
Carousel
Chat
Checkbox
Checkbox Button
Checkbox Button Group
Checkbox Group
Checkbox Toggle
Code Block
Color Picker
Combobox
Counter
Data Table
Date Picker
Datetime Picker
Docked Composer
Docked Form Footer
Docked Utility Bar
Drop Zone
Dueling Picklist
Dynamic Icon
Dynamic Menu
Expandable Section
Expression
Feed
Files
File Selector
Formatted Date Time
Global Header
Global Navigation
Icon
Illustration
Input
List Builder
Lookup
Map
Media Object
Menu
Modal
Multi Picklist
Notifications
Page Header
Pagination
Panel
Path
Picklist
Pill
Popover
Progress Bar
Progress Indicator
Progress Ring
Prompt
Publisher
Radio Button Group
Radio Group
Rich Text Editor
Scoped Notification
Scoped Tabs
Setup Assistant
Slider
Spinner
Split View
Summary Detail
SVG
Tabs
Text
Text Area
Tile
Time Picker
Tile
Toast
Tooltip
Tree
Tree Grid
Trial Bar
Vertical Navigation
Vertical Tabs
Virtual Scroller
Visual Picker
Welcome Mat
Wide Radio Group

Browser Support

Vuetning is being developed in recent versions of Chrome. Support for Safari, Firefox, Edge and Opera will be added in the future.

Quick-start CDN

<!DOCTYPE html>
<html>
<head>
  <link href="https://cdn.jsdelivr.net/npm/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css" rel="stylesheet">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
  <div id="app">
    <slds-button brand label="Hello World"/>
  </div>

  <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/vuetning/dist/vuetning.umd.min.js"></script>
  <script>
    new Vue({
      el: '#app'
    })
  </script>
</body>
</html>

CDN Links

Install inside a NPM project

Vuetning is available as npm and yarn packages.

# npm
npm install vuetning
# yarn
yarn add vuetning

Usage

In your main.js, or similar entry point, install vuetning using:

All components

import Vue from 'vue'
import Vuetning from 'vuetning'

Vue.use(Vuetning)

Or use individual components:

import Vue from 'vue'
import { sldsButton, sldsCombobox, sldsModal } from 'vuetning'

Vue.use(sldsButton)
Vue.use(sldsCombobox)
Vue.use(sldsModal)

Assets

TBD

License

This project is licensed under the terms of the MIT license.

vuetning's People

Contributors

marceloatg avatar viniciusdamiati avatar allanoricil avatar dependabot[bot] avatar gustavomg12 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.