Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.

License

NotificationsYou must be signed in to change notification settings

rough-stuff/wired-elements

Repository files navigation

Wired Elements is a series of basic UI Elements that have a hand drawn look. These can be used for wireframes, mockups, or just the fun hand-drawn look.

alt Preview

Try now

Play with wired-elements:

Wired Elements

Try it with a framework

Wired Elements in React

Wired Elements in Vue

Wired Elements in Svelte

Install

The package (wired-elements) exports all components in thewired category. List of all wired elements can be foundhere.

Add wired-elements to your project:

npm i wired-elements

Or load the ES module directly through unpkg

<scripttype="module"src="https://unpkg.com/wired-elements?module"></script>

Usage

Import into your module script:

import{WiredButton,WiredInput}from"wired-elements"

or

import{WiredButton}from'wired-elements/lib/wired-button.js';import{WiredInput}from'wired-elements/lib/wired-input.js';

Use it in your HTML:

<wired-inputplaceholder="Enter name"></wired-input><wired-button>Click Me</wired-button>

Learn about web componentshere.

Component API

To view details of each component - properties, events, css-properties, etc, are provided in thedocs folder.

Demo

Demo of all components is available atwiredjs.com.

Credits

wired-elements was built usingRoughJS andLit.

Contributors

Become a sponsor of theRough suite of libraries

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

MIT License (c)Preet Shihn


[8]ページ先頭

©2009-2025 Movatter.jp