1.0.42 • Published 3 years ago

smyld-lib-3d v1.0.42

Weekly downloads
173
License
-
Repository
github
Last release
3 years ago

npm.io License

SMYLD 3d Components Web Library

is a web library for 3d VUE components. After the invention of the 3d Transformations in CSS, it is time now to have that reflected on the web components. Which had already started in many web applications. This Library is aimed to host such 3D components. The created Components are done using VUE framework and is available on the Internet already via NPM repository

Below is a sample out of the smyld.org website itself, is using this library to show the different product items.

Library Box usage - from smyld.org site

Library Box usage - from smyld.org site

Usage

For Web Site designers

add the link of the library to your webpage :

<script src="https://cdn.jsdelivr.net/npm/smyld-lib-3d@0.1.36/dist/smyld-lib-3d.min.js"></script>

the following code will define the component in your page, below is sample for creating the box similar to the sample above:

     <smyld-lib-3d-box settings="width:400px;height: 200px;length:150px;bg-front:red;">
        <div slot="front" style="color: blue;">
            Front Side
        </div>
        <div slot="right" >
            Right Side
        </div>
    </smyld-lib-3d-box>

Below is the code for creating the Qube (which inlcudes more features compared to the box):

<smyld-lib-3d-qube settings="width:300;height: 400;length:150;" show="back" >
      <div slot="front" style="padding-top:30px;" >Front</div>
      <div slot="right" style="padding-top:30px;">Right</div>
      <div slot="left" style="padding-top:30px;">Left</div>
      <div slot="back" style="padding-top:30px;">Back</div>
      <div slot="top" style="padding-top:30px;">Top</div>
      <div slot="bottom" style="padding-top:30px;">Bottom</div>
</smyld-lib-3d-qube>

npm.io

To be Continuetewerw

1.0.42

3 years ago

0.1.41

4 years ago

0.1.40

4 years ago

0.1.39

4 years ago

0.1.37

4 years ago

0.1.38

4 years ago

0.1.36

4 years ago

0.1.35

4 years ago

0.1.33

4 years ago

0.1.34

4 years ago

0.1.32

4 years ago

0.1.31

4 years ago

0.1.30

4 years ago

0.1.28

4 years ago

0.1.29

4 years ago

0.1.27

4 years ago

0.1.25

4 years ago

0.1.26

4 years ago

0.1.24

4 years ago

0.1.22

4 years ago

0.1.23

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago