Thanks to visit codestin.com
Credit goes to github.com

Skip to content

abbas-farahani/wired-elements

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

alt Preview

The elements are drawn with enough randomness that no two renderings will be exactly the same - just like two separate hand drawn shapes.

Try now

Play with wired-elements live on StackBlitz playground:

Wired Elements

Wired Elements in React

Usage

This package (wired-elements) exports all components in the wired category. Links to individual repositories are provided here.

Add wired-elements to your project:

npm i wired-elements

Import wired-elements definition into your HTML page:

<script type="module" src="wired-elements/wired-elements.js"></script>

Or into your module script:

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

Use it in your web page:

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

Learn about web components here.

Components

wired-button

wired-card

wired-checkbox

wired-combo

wired-icon-button

wired-input

wired-listbox

wired-progress

wired-radio

wired-radio-group

wired-slider

wired-textarea

wired-toggle

wired-tooltip

Demo

Demo of all components is available at wiredjs.com.

License

MIT License (c) Preet Shihn

About

Collection of elements that appear hand drawn. Great for wireframes.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%