termwind
termwind copied to clipboard
🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
Hello, fantastic work on this library. The new Artisan improvements are great. Problem - Using `passthru()` produces jumbled output. POC - Any Laravel console command that calls `passthru` to call...
@nunomaduro maybe do you have idea? TypeError: Termwind\Termwind::div(): Return value must be of type Termwind\Components\Div, Termwind\Components\Div returned
This PR will add autocomplete feature for ask/Question here's the resulting prompt: https://user-images.githubusercontent.com/8792274/188404964-8d521a32-3a3d-4a7d-8e54-2e99d5c886da.mp4
Adds a new `parse` function that returns the ansi formatted string from some given HTML. ```php use function Termwind\{parse}; $string = parse(
Hey! Here's my initial work on border support (fixing https://github.com/nunomaduro/termwind/issues/177) I've created the base logic, and think that it would be best if I could get some maintainer help to...
I think something like this would be quite cool. ```html Hello World! ``` ``` ╭──────────────────╮ │ │ │ Hello World! │ │ │ ╰──────────────────╯ ```
Currently it is possible to install the package without having the extension installed. But running code using the package results in an exception, because `DOMDocument` is not found.
This pull request adds the possibility to use password fields with the ask function. Hiding the input that is typed by the user.
I saw that **Termwind** has some default renderers for some elements: - `TableRenderer` - `PreRenderer` - `CodeRenderer` The purpose of this PR is to allow users to register **Custom Renderers**...
References: * https://tailwindcss.com/blog/tailwindcss-v3-3#extended-color-palette-for-darker-darks * https://tailwindcss.com/docs/customizing-colors