Skip to content
View luissardon's full-sized avatar
  • Authentic Digital
  • Lima - Peru
Block or Report

Block or report luissardon

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

  1. fluent-elements fluent-elements Public

    The Fluent Elements are a collection of Web Components that implement a concept I like to call Fluent Behavior

    TypeScript

  2. lit-element-bind-native-props-directive lit-element-bind-native-props-directive Public

    Lit-html directive that dynamically binds all native props from a native element with a lit-element component

    TypeScript 4

  3. AuthX/material-components-web-components AuthX/material-components-web-components Public

    Forked from material-components/material-web

    Material Web Components - Material Design implemented as Web Components

    TypeScript 10 3

  4. atomic-core atomic-core Public

    OOP Javascript Library for Building Components Under the Atomic Design System for The Atomic Project

    JavaScript 3

  5. atomic-project atomic-project Public

    Making efforts trying to implement the Atomic Design System around the Frontend Development process.

    2

  6. Run Sequence (Function Generator + P... Run Sequence (Function Generator + Promise)
    1
    let firstTask = (resolve, reject) => {
    2
      console.log("first task start");
    3
      setTimeout(resolve, 1000, 'first task success');
    4
    }
    5