Skip to content

smilee/proto-ui

Repository files navigation

Proto UI

Proto UI is a UI library for low-fidelity prototypes.

Component usage examples

Badge

<proto-badge>
  <proto-button type="text" size="larger">
    Click
  </proto-button>
</proto-badge>

Image

  <proto-image width="100px" height="100px" />

Text

  <proto-text width="100px" :height="3" :fontSize="24" />

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.