1.0.0 • Published 3 years ago

resuable-component-html v1.0.0

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
3 years ago

GitHub Logo

Venture Garden Group Reusable Component

Quick start

Several quick start options are available:

  • Clone the repo: https://mgbakocentricv@bitbucket.org/vggdev/reusable-component-html.git
  • Install packages: npm install
  • Run: npm start

What's included

Within the clone repository you'll find the following directories and files. You'll see something like this:

reusable-component-html/
└── src/
    ├── html/
    │   ├── buttons.html
    │   ├── index.html
    │   ├── grid.html
    │   └── 
    └── scss/
        ├── 
        ├── _variables.scss
        ├── buttons.scss
        ├── form.scss
        ├── style.scss
        └── typography.scss

Develop