A tabs can.Component; allows switching between one of many panels using a tabs interface.
No description provided.
👷 workerd for Linux 64-bit, Cloudflare's JavaScript/Wasm Runtime
Better `os.arch()` for node and the browser -- detect OS architecture
Bottom tab navigator following iOS design guidelines
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
tabs ui component for react
An accessible and easy tab component for ReactJS
The Linux 64-bit binary for esbuild, a JavaScript bundler.
The linux arm64 distribution of the Sentry CLI binary.
Spectrum UI components in React
Spectrum UI components in React
hast utility to get the plain-text value of a node according to the `innerText` algorithm
tabs ui component for react
Spectrum UI components in React
Integration for the animated tab view component from react-native-tab-view
A JavaScript implementation of UUID version 7
Various helper utilities for working with buffers and binary data
Convert tabs to spaces in a string
Core logic for the tabs widget implemented as a state machine
provides locking mechanism to sync across browser tabs
Translation between JavaScript values and Buffers
👷 workerd for Linux ARM 64-bit, Cloudflare's JavaScript/Wasm Runtime
The Linux ARM 64-bit binary for esbuild, a JavaScript bundler.
Have you ever find yourself going through the aws cli documentation page over and over again just to remember the right syntax or argument(s) for that command that you wanna run? Do you feel that you are more productive from the command line? Are you tired of having to open private browser windows or even a different browser to work with multiple aws accounts? AWS Pocketknife is a command line tool to make aws administration a little bit easier and faster than using the aws console or aws cli. It also helps to script some AWS tasks such as cleaning up old AMIs along its snapshots or cleaning up manual RDS snapshots or even creating a manual snapshot for a particular RDS. These commands are also handy if you have multiple aws accounts to manage, since you can't have multiple tabs open for different accounts in a web browser. The only way would be to use diffente browsers or open incognito windows.
CommandSet is a user interface framework. Its focus is a DSL for defining commands, much like Rake or RSpec. A default readline based terminal interpreter (complete with context sensitive tab completion, and the amenities of readline: history editing, etc) is included. It could very well be adapted to interact with CGI or a GUI - both are planned. CommandSet has a lot of very nice features. First is the domain-specific language for defining commands and sets of commands. Those sets can further be neatly composed into larger interfaces, so that useful or standard commands can be resued. Optional application modes, much like Cisco's IOS, with a little bit more flexibility. Arguments have their own sub-language, that allows them to provide interface hints (like tab completion) as well as input validation. On the output side of things, CommandSet has a very flexible output capturing mechanism, which generates a tree of data as it's generated, even capturing writes to multiple places at once (even from multiple threads) and keeping everything straight. Methods that normally write to stdout are interposed and fed into the tree, so you can hack in existing scripts with minimal adjustment. The final output can be presented to the user in a number of formats, including contextual coloring and indentation, or even progress hashes. XML is also provided, although it needs some work. Templates are on the way. While you're developing your application, you might find the record and playback utilities useful. cmdset-record will start up with your defaults for your command set, and spit out an interaction script. Then you can replay the script against the live set with cmdset-playback. Great for ad hoc testing, usability surveys and general demos.