0.1.22 • Published 3 years ago

vgg-ui-react v0.1.22

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

UI/UX Reusable component Library


This is the codebase for the UI/UX reusable component library

Design System


Getting Started


These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Local Setup


A step by step series of examples that tell you how to get a development environment running Clone the repo from github and install dependencies through npm or yarn.

git clone https://username@bitbucket.org/vggdev/vgg-uiux-kit-react.git
cd vgg-uiux-kit-react
npm install
npm start

Branches


  • master - Main Branch
  • develop - Development branch

Contributing

  1. Follow the local setup instructions above.
  2. Initialize git flow with git flow init
  3. Create your feature branch (git flow feature start feature/new_branch)
  4. Commit your changes (git commit -m 'Add some new features')
  5. Push to the remote branch (git push origin feature/new_branch)
  6. Create a new Pull Request

Built With


Developers


  • UI/UX Team (uiuxteam@venturegardengroup.com)

Project Website


Unit Tests


Running Unit Tests


To run unit tests only use the command below

npm test

Generating Coverage Report


To generate coverage report for unit tests, use the command below

npm run coverage:local

Additional resources


Usage

import {
  Button,
  Dropdown,
  Typography,
  Spacing,
  Tag,
  Table,
} from "vgg-ui-react";
import "vgg-ui-react/dist/styles/index.scss"
0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago