Elegant HTML generation. No templating. Just Javascript.
Creatable multi-select component.
Editable & Creatable Multiselect Dropdown For React
Creatable select component.
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
```bash npm install creatable-player ```
A controlled input component with validation states and a label getting a selection from the user, and where options can also be created by the user.
An input component getting a selection from the user, and where options can also be created by the user.
An input component getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.
Single/Multe Select component with Async/Creatable support
An input component with validation states and a label getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.
Searchable combobox with async loading, grouping, and creatable option support.
This will help you in Accordion, BreadCrumb, Button, Creatable Select, Select, Formik Date Field, Formik Field, Formik PhoneNumber, Formik Time Field, Input Field, Loader, Modal, NavBarMenu, Notify, Pill, Toggle Switch
Wrapper above react-select that supports pagination on menu scroll
A CLI to create a template for new projects
common components
This will help you in Accordion, BreadCrumb, Button, Creatable Select, Select, Formik Date Field, Formik Field, Formik PhoneNumber, Formik Time Field, Input Field, Loader, Modal, NavBarMenu, Notify, Pill, Toggle Switch
A combination of react-select and masked input to fullfil requirement where need a dropdown with creatable options and allow only masked value.
React components to be shared across multiple LabKey modules
This is the description of the plugin.
A GraphQL transform that control accessibility of auto generated fields
Tags UI Component for the Synerise Design System
Dropdown select box for bootstrap 5
Persistent runtime skill library for TanStack AI Code Mode agents and sandboxed tool orchestration.
Trait mixins for domain objects, providing common properties and behaviors
Library to query for file permissions (read, write, execute, removal and creation).
A simple game engine built around the ECS architecture
Hyper performant polyglot Database driver
DAG aware artifact builder
A macro to generate constructor to instanicate structs from JsValue using duck-typing.
Compile time dependency injection framework inspired by dagger
Rust Path trait to get the permission.
A CLI tool to clone Git repositories on Windows and push them into WSL filesystem seamlessly.
Mixin adds create, and attribute methods. Use these instead of attr_ and the #create method is automatically generated.
Adds programmer creatable, user editable settings.
A database acessible via keys. Wrapped everything in a module. To create a database: KeyDB::DB.new('your database name'). Made attributes for all database keys. Database keys now creatable and accessible via: db.foo = 'bar'; db.foo. Cannot change keys through attributes, you must use change_key. Better documentation available at http://keydbdocs.tumblr.com. File to require: 'keydb'