0.0.37 • Published 4 days ago

spl-ui v0.0.37

Weekly downloads
-
License
ISC
Repository
github
Last release
4 days ago

Shippasless UI Package

Welcome to the Shippasless UI Package, a comprehensive library of Vue.js components designed for building cohesive, user-friendly interfaces across all Shippasless websites and platforms. Our package aims to streamline the development process, ensuring a consistent look and feel while offering flexibility and customization.

Features

  • Reusable Vue.js Components: A collection of ready-to-use Vue.js components tailored for Shippasless's digital ecosystem.
  • Customization and Theming: Easily customizable components to match your project's branding and aesthetics.
  • Accessibility and Responsiveness: Ensures that all components are accessible and responsive, providing an optimal user experience on any device.
  • Performance Optimized: Components are optimized for performance, ensuring fast loading times and smooth interactions.
  • Comprehensive Documentation: Detailed documentation for each component, including examples and configuration options.

Getting Started

Prerequisites

  • Node.js (version 12.x or later)
  • npm (version 6.x or later) or Yarn (version 1.22.x or later)
  • Vue.js (version 2.x or 3.x)

Installation

To install the Shippasless UI Package, run the following command in your project directory:

npm install spl-ui --save
# Or using Yarn
yarn add spl-ui

Usage

Import the Shippasless UI components into your Vue application:

import Vue from 'vue'
import { OutlinedButton } from 'spl-ui'
import 'spl-ui/dist/shippasless-ui.css'

Vue.use(ShippaslessUI)

Now you can use any of the components in your Vue templates:

<template>
  <OutlinedButton color="primary">Click me!</OutlinedButton>
</template>

Documentation

For detailed documentation on each component and API references, please visit our documentation site.

Contributing

We welcome contributions to the Shippasless UI Package! If you're interested in contributing, please read our contributing guidelines for more information on how to get started.

License

The Shippasless UI Package is MIT licensed.

Support

For support, questions, or feedback, please open an issue in our GitHub repository.

0.0.37

4 days ago

0.0.36

4 days ago

0.0.35

6 days ago

0.0.33

7 days ago

0.0.34

7 days ago

0.0.32

8 days ago

0.0.31

9 days ago

0.0.30

15 days ago

0.0.29

15 days ago

0.0.28

16 days ago

0.0.26

21 days ago

0.0.27

21 days ago

0.0.25

23 days ago

0.0.24

27 days ago

0.0.23

28 days ago

0.0.21

29 days ago

0.0.22

29 days ago

0.0.11

29 days ago

0.0.12

29 days ago

0.0.13

29 days ago

0.0.14

29 days ago

0.0.15

29 days ago

0.0.16

29 days ago

0.0.17

29 days ago

0.0.18

29 days ago

0.0.19

29 days ago

0.0.10

1 month ago

0.0.9

1 month ago

0.0.8

1 month ago

0.0.7

1 month ago

0.0.6

1 month ago

0.0.5

1 month ago

0.0.3

1 month ago

0.0.4

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago