An open API service indexing awesome lists of open source software.

https://github.com/v1Labs/protovue

A prototyping component library
https://github.com/v1Labs/protovue

component-library prototype-kit prototyping prototyping-html-layouts prototyping-interactions vuejs vuejs-components vuejs-plugin vuejs2

Last synced: 7 months ago
JSON representation

A prototyping component library

Awesome Lists containing this project

README

          

# Protovue

> A prototyping component library build for Vue.js


Protovue

## Getting Started

- [Hacker Noon Tutorial](https://hackernoon.com/hello-protovue-prototyping-component-framework-for-vue-js-8d33351e59c0)
- [Protovue Examples](https://github.com/v1Labs/protovue-examples)

## Components

### Grid

```javascript

// Default: 12x10
// Default: 10
// Shows guides to help build cells
// Makes all cells flat (no background)
```

### Cell

```javascript

// WxH: size="2,4" and size="2 4" also work
// Default: 0
// Default: 0
// Removes background color
// Vertically aligns content in middle
// Vertically aligns content in bottom
// Adds border to all sides of cell
// Adds border to top of cell
// Adds border to right of cell
// Adds border to bottom of cell
// Adds border to left of cell
```

### Text

```javascript

// Default: 3
// Centers rows
// Makes rows full width
```
Text

### Image

```javascript

// Default: 100%
// Default: 200px
// Makes circle if width equals height
// Centers horizontally
```
Image

### Avatar

```javascript

// Default: 1
```
Avatar

### Nav

> Works best in a vertically narrow cell

```javascript

// Default: 4
```
Nav

### Footer

> Works best in a vertically narrow cell

```javascript

// Default: 4
```
Footer

### Chart

> Shows a filled line chart.

```javascript

// Default: 200
// Horizontal margin, Default: 50
```
Chart

### Intro

> Shows a model explaining the prototype. Helps your users get into the right mind set.

> Works best if you include it before ``.

```javascript

Imagine your job title is {A} while working for company {B}. This prototype explores a solution for problem {C}.


Please take it for a test run. Then we'd like to know if you\'re excited about this direction and if you've got any feedback or ideas.


Thanks for your input!

```
Intro

## License
[MIT](https://github.com/v1Labs/protovue/blob/master/LICENSE)