Skip to content
View LucasReade's full-sized avatar

Block or report LucasReade

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
LucasReade/README.md

Hi there 👋

Pinned Loading

  1. Contextual.js Contextual.js Public

    Javascript contextual menu library

    JavaScript 18 4

  2. Basic javascript observable Basic javascript observable
    1
    function Observable(initialVal = undefined) {
    2
        let staticValue = initialVal;
    3
        let listeners = [];
    4
    
                  
    5
        this.next = (val) => {
  3. Nanotabs.js Nanotabs.js Public

    Simple extendable tab contorl in pure javascript

    JavaScript

  4. OhHaiBrowser/Browser OhHaiBrowser/Browser Public

    A productivity focused web browser

    JavaScript 51 15

  5. OhHaiBrowser/Website OhHaiBrowser/Website Public

    OhHai Browser Website

    JavaScript

  6. Accordion-side-bar Accordion-side-bar Public

    VsCode like accordion side bar

    HTML