wireframes-vue
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Wireframes

Wireframes is a set of components for building wireframes and prototypes with Vue.

Released under the BSD license. npm downloads/month PRs welcome! Follow me on Twitter

Installation

npm install wireframes-vue@latest

Usage

In your main.js file, import your component library plugin and use it:

import { ComponentLibrary } from 'wireframes-vue';

createApp(App).use(ComponentLibrary).mount('#app');

In your page or component, you can now import and use your component wrappers:

<template>
  <wf-title>Demo</wf-title>
  <wf-button>Click me!</wf-button>
</template>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

BSD-3-Clause

Package Sidebar

Install

npm i wireframes-vue

Weekly Downloads

0

Version

0.0.2

License

BSD-3-Clause

Unpacked Size

14.9 kB

Total Files

8

Last publish

Collaborators

  • salteadorneo