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

https://github.com/salteadorneo/wireframes

Web Components UI library for building wireframes and prototypes
https://github.com/salteadorneo/wireframes

components design hacktoberfest library ui webcomponents wireframe

Last synced: about 1 month ago
JSON representation

Web Components UI library for building wireframes and prototypes

Awesome Lists containing this project

README

        

# Wireframes

**Wireframes** is a set of components for building wireframes and prototypes with React, Vue or JavaScript.



Released under the BSD license.


npm downloads/month


PRs welcome!


Follow me on Twitter

![Wireframes](https://raw.githubusercontent.com/salteadorneo/wireframes/main/src/assets/og.png)

## Installation

```bash
npm i wireframes
```
```bash
npm i wireframes-react
```
```bash
npm i wireframes-vue
```

## Packages

| Name | Version | Downloads |
| - | - | - |
| [`wireframes`](https://github.com/salteadorneo/wireframes/tree/main) | [![npm version](https://img.shields.io/npm/v/wireframes.svg)](https://www.npmjs.com/package/wireframes) | [![npm downloads](https://img.shields.io/npm/dt/wireframes.svg)](https://www.npmjs.com/package/wireframes) |
| [`wireframes-react`](https://github.com/salteadorneo/wireframes/tree/main/packages/wireframes-react) | [![npm version](https://img.shields.io/npm/v/wireframes-react.svg)](https://www.npmjs.com/package/wireframes-react) | [![npm downloads](https://img.shields.io/npm/dt/wireframes-react.svg)](https://www.npmjs.com/package/wireframes-react) |
| [`wireframes-vue`](https://github.com/salteadorneo/wireframes/tree/main/packages/wireframes-vue) | [![npm version](https://img.shields.io/npm/v/wireframes-vue.svg)](https://www.npmjs.com/package/wireframes-vue) | [![npm downloads](https://img.shields.io/npm/dt/wireframes-vue.svg)](https://www.npmjs.com/package/wireframes-vue) |

## Usage

```html

Hello world!

Click me!

```

## 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