Field/data-type specific, accessible, extensible Web Components library.
Note: "Typed" refers to field/data type (currency, number, plate, select, combobox...), not TypeScript.
npm install typed-uiimport { 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># Install dependencies
npm install
# Start development server
npm run devMIT