Skip to content
View dsadhanala's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • Google

Organizations

@web-ui-dev
Block or Report

Block or report dsadhanala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. web-ui-dev/lit-statemachine web-ui-dev/lit-statemachine Public

    StateMachine for Web Components, simplified integration of Xstate with LitElement.

    TypeScript 4 2

  2. web-ui-dev/scss-to-esmodule web-ui-dev/scss-to-esmodule Public

    Transpile .scss files, apply postcss plugins if defined and wrap the styles inside template literal string and export as ESM

    JavaScript 2 1

  3. baseui-wc-base-component baseui-wc-base-component Public

    Base customElement that can be reused to compose components from it, optionally can choose rendering from lit-html/hyperhtml/preact/etc.

    TypeScript 2

  4. wc-elements wc-elements Public

    Playground to experiment with web components

    JavaScript 2

  5. baseui-wc-polyfills baseui-wc-polyfills Public

    Web component polyfills bundler without shadowDOM support

    JavaScript 1

  6. Jade Snippet: Table iterator Jade Snippet: Table iterator
    1
    //- compile and see the output online at below URL
    2
        http://jade-lang.com/
    3
    
                  
    4
    //- table data
    5
    - var tableData = [['R1 Col1', 'R1 Col2', 'R1 Col3'], ['R2 Col1', 'R2 Col2', 'R2 Col3'], ['R3 Col1', 'R3 Col2', 'R3 Col3'], ['R4 Col1', 'R4 Col2', 'R4 Col3'], ['R5 Col1', 'R5 Col2', 'R5 Col3']]