A web component to add line numbers next to various HTML elements
See the code<line-numbers> Web Componentnpm install @zachleat/line-numbers
<pre> supported<textarea> supported (even when adding or removing lines)overflow supported (with obtrusive/visible or nonobtrusive scrollbars)--uln-number-type<line-numbers start="999">)<line-numbers obtrusive>)Trying to keep this one as simple as possible, so please note the following:
white-space: pre or white-space: nowrap only, and this is enforced by the component)contenteditable are not supported25 commits
HTML
62.0%
JavaScript
38.0%
A web component to add line numbers next to various HTML elements
See the code<line-numbers> Web Componentnpm install @zachleat/line-numbers
<pre> supported<textarea> supported (even when adding or removing lines)overflow supported (with obtrusive/visible or nonobtrusive scrollbars)--uln-number-type<line-numbers start="999">)<line-numbers obtrusive>)Trying to keep this one as simple as possible, so please note the following:
white-space: pre or white-space: nowrap only, and this is enforced by the component)contenteditable are not supported25 commits
HTML
62.0%
JavaScript
38.0%