0.1.0 • Published 6 years ago

@plurid/carved-ui-html v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Carved UI Design

HTML Custom Elements for Carved User Interface Design

Components

Carved Input

    <carved-input
        type="text"
        label="Name"
        placeholder="John Smith"
    >
    </carved-input>

Carved Button

    <carved-button
        text="Submit"
    >
    </carved-button>