0.0.1-beta.32 • Published 3 years ago

@regulaforensics/vp-frontend-components v0.0.1-beta.32

Weekly downloads
332
License
MIT
Repository
github
Last release
3 years ago

vp-frontend-components

node version npm

This repository contains the source code of the UI components. You can explore the library of components using Storybook.

Install

Сlone this repository:

git clone https://github.com/regulaforensics/vp-frontend-components

Go to the folder and install dependencies:

cd vp-frontend-components
npm install

Done!

Сomponents explore

Use Storybook to view components:

npm run storybook

Storybook is available at http://localhost:6006/

Build

To build a project:

npm run build

Example of using components

  1. Create HTML file;
  2. Connect bundle .js file;
  3. Add component name (example: <face-liveness-wc></face-liveness-wc>).
  4. Enjoy!

Final view:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>My app</title>
  </head>
  <body>
    <face-liveness-wc></face-liveness-wc>
    <script src="dist/main.js"></script>
  </body>
</html>
0.0.1-beta.32

3 years ago

0.0.1-beta.31

3 years ago

0.0.1-beta.30

3 years ago

0.0.1-beta.29

3 years ago

0.0.1-beta.28

3 years ago

0.0.1-beta.25

3 years ago

0.0.1-beta.27

3 years ago

0.0.1-beta.26

3 years ago

0.0.1-beta.24

3 years ago

0.0.1-beta.21

3 years ago

0.0.1-beta.23

3 years ago

0.0.1-beta.22

3 years ago

0.0.1-beta.20

3 years ago

0.0.1-beta.19

3 years ago

0.0.1-beta.18

3 years ago

0.0.1-beta.17

3 years ago

0.0.1-beta.14

3 years ago

0.0.1-beta.16

3 years ago

0.0.1-beta.15

3 years ago

0.0.1-beta.13

3 years ago

0.0.1-beta.12

3 years ago

0.0.1-beta.11

3 years ago

0.0.1-beta.10

3 years ago

0.0.1-beta.9

3 years ago

0.0.1-beta.8

3 years ago

0.0.1-beta.7

3 years ago

0.0.1-beta.6

3 years ago

0.0.1-beta.5

3 years ago

0.0.1-beta.3

3 years ago

0.0.1-beta.2

3 years ago

0.0.1-beta.4

3 years ago

0.0.1-beta.1

3 years ago

0.0.1-beta.0

3 years ago