Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork337
Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
License
rough-stuff/wired-elements
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
wired-elements 👉 wiredjs.com
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.
Play with wired-elements:
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-elementsOr load the ES module directly through unpkg
<scripttype="module"src="https://unpkg.com/wired-elements?module"></script>
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';
<wired-inputplaceholder="Enter name"></wired-input><wired-button>Click Me</wired-button>
Learn about web componentshere.
To view details of each component - properties, events, css-properties, etc, are provided in thedocs folder.
Demo of all components is available atwiredjs.com.
wired-elements was built usingRoughJS andLit.
Become a sponsor of theRough suite of libraries
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
About
Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Contributors12
Uh oh!
There was an error while loading.Please reload this page.
