Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@silexlabs/expression-input

silexlabs698MIT0.1.0TypeScript support: included

A web component to include in your JS/TS projects. Your users can create an expression or a ordoned list with your data tree.

silex, web-components, lit-element, typescript, lit

readme

Expression & Popin Form Components

A set of reusable web components to manage expressions (chains of tokens) and form overlays.
This is part of a bigger project: Silex no-code website builder.

Components

  1. Expression Input
    Build an expression from multiple selectable tokens or switch to a fixed value.

  2. Popin Form
    A simple pop-up form overlay that can manage its own inputs and be integrated into a parent form.

Installation

npm install --save @silexlabs/expression-input

Or include it via a <script> tag:

<script src="/path/to/@silexlabs/expression-input/expression-input.js"></script>

Documentation

  • Expression Input
    How to add <expression-input> to your project and build dynamic expressions.

  • Popin Form
    How to open a form in a pop-up overlay and manage form data inside it.

Each .md file contains instructions, examples, attributes, and events for its respective component.

changelog

@lit/lit-starter-ts

1.0.5

Patch Changes

1.0.4

Patch Changes

  • #2922 da9db86a - Update dependencies and remove unused dependencies

1.0.3

Patch Changes

1.0.2

Patch Changes

  • #2535 d1359856 - Update the README to indicate that issues and PRs should be filed on the main Lit repo.

1.0.1

Patch Changes

1.0.0

Patch Changes

  • #2113 5b2f3642 - Dependency upgrades including TypeScript 4.4.2

  • #2103 15a8356d - Added Lit dev mode to test and serve commands, controlled via the MODE=dev or MODE=prod environment variables.

  • #2117 eff2fbc7 - Updated starter templates to use open-wc analyzer for generating custom-elements.json, and updated basic API docs generater included in the template to the new manifest format.

  • Updated dependencies [15a8356d, 5fabe2b5, 5b2f3642, 5fabe2b5, 5fabe2b5, 0312f3e5]: