Registry / web-framework / phlex
library2.4.1rbrubygemsunverified

Build HTML, SVG, and CSV views using pure Ruby classes with a declarative syntax.

gem install phlex
INSTALL
IMPORT
SIG · PHLEX
P
phlex
web-frameworkrubyv2.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Phlex
require 'phlex'

Define and render a simple HTML view.

require 'phlex' class MyView < Phlex::HTML def template h1 { "Hello, World!" } end end puts MyView.new.call
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
phlex — gem install phlex · libregistry