Skip to content

Reusable, accessible Lit-based Web Components (masked & validated form inputs, custom select, modal dialog, checkbox, url link) for building type‑safe HTML forms.

License

Notifications You must be signed in to change notification settings

ekin-ceylan/typed-ui

Repository files navigation

Typed UI

Field/data-type specific, accessible, extensible Web Components library.

Note: "Typed" refers to field/data type (currency, number, plate, select, combobox...), not TypeScript.

Installation

npm install typed-ui

Usage

import { TextBox, PlateBox, SelectBox, Checkbox } from 'typed-ui';

// Or via CDN:
// <script type="module" src="https://unpkg.com/typed-ui/dist/typed-ui.es.js"></script>

Development

# Install dependencies
npm install

# Start development server
npm run dev

License

MIT

About

Reusable, accessible Lit-based Web Components (masked & validated form inputs, custom select, modal dialog, checkbox, url link) for building type‑safe HTML forms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •