0.0.1 • Published 2 years ago

dynamik v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Dynamik

Node.js CI Known Vulnerabilities

Usage

import { DynamikInput } from "dynamik";

<DynamikInput />;

Dynamik API

Props

  • checked: boolean,
  • disabled: boolean,
  • inputWidth: number,
  • label: string,
  • labelWidth: number,
  • name: string (required),
  • onChange: function,
  • onClick: function,
  • placeholder: string,
  • type: string "button", "checkbox", "date", "text",
  • value: string (required),