Showing 19 open source projects for "position"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Fig Autocomplete

    Fig Autocomplete

    IDE-style autocomplete for your existing terminal & shell

    Fig Autocomplete is a tool that brings IDE‑style autocomplete to your existing terminal and shell, providing context‑aware suggestions, subcommand options, arguments, descriptions, and themes to enhance your command‐line experience. Amazon Q for command line uses the Accessibility API on Mac to position the window, and integrates with your shell to read what you've typed. Edit your spec in TypeScript in the src/ folder. In dev mode, specs are read from the build folder, and generators run every keystroke. On save, specs are compiled to the build/ folder.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    react-use

    react-use

    Component for React

    ...Tracks state of connected hardware devices. Returns a callback, which re-renders component when called. Tracks state of device's motion sensor. Tracks state of mouse position. Tracks deltaY of scrolled mouse wheel. Provides way to read, update and delete a cookie. Tracks the state of browser's network connection. Query permission status for browser APIs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Custom Electron Titlebar

    Custom Electron Titlebar

    Custom electon title bar inpire on VS Code title bar

    ...This project is a typescript library for the electron that allows you to configure a fully customizable title bar. To see the options you can include in the Title Bar constructor, such as color of elements, icons, menu position, and much more, and the methods you can use, go to the wiki
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    flicking

    flicking

    Reliable, flexible and extendable carousel

    Everyday 30 million people experience. It's a reliable, flexible, and extendable carousel. Flicking is fully written in Typescript, and every class, property, and event are correctly typed and exported. Flicking comes with a rich API. You can use it to create your own customized Flicking & Plugins. With the Promise polyfill and flicking-inline CSS, Flicking can support Internet Explorer 9+. Flicking is designed to support Server-Side Rendering(SSR), and can be used with famous SSR frameworks...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Rezku Point of Sale Icon
    Rezku Point of Sale

    Designed for Real-World Restaurant Operations

    Rezku is an all-inclusive ordering platform and management solution for all types of restaurant and bar concepts. You can now get a fully custom branded downloadable smartphone ordering app for your restaurant exclusively from Rezku.
    Learn More
  • 5
    Pyright

    Pyright

    Static type checker for Python

    Pyright is a fast type checker meant for large Python source bases. It can run in a “watch” mode and performs fast incremental updates when files are modified. Pyright supports configuration files that provide granular control over settings. Different “execution environments” can be associated with subdirectories within a source base. Each environment can specify different module search paths, python language versions, and platform targets. Type inference for function return values, instance...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    SWR

    SWR

    React Hooks library for remote data fetching

    ...Fast page navigation, polling on interval, data dependency, revalidation on focus, revalidation on network recovery, local mutation (Optimistic UI), smart error retry, pagination and scroll position recovery, React Suspense, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    react-rewards

    react-rewards

    A package containing a few micro-interactions you can use

    ...This element needs to have an ID that matches the one used inside the hook - it can be anywhere in the DOM as long as the IDs match. You can place the element inside a button, center it and shoot up from the button. You can place it on top of the viewport with position: "fixed" and change the angle to 270, to shoot downwards. Try, experiment, have fun!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Floating UI

    Floating UI

    A low-level toolkit to create floating elements

    A JavaScript library for anchor positioning, anchor a floating element next to another element while making sure it stays in view optimally. This lets you position tooltips, popovers, or dropdowns to efficiently float on top of the UI! This positioning toolkit has a platform-agnostic 0.6 kB core (minified + Brotli compressed), with official bindings for the web, React DOM, React Native, and Vue. In addition to positioning, there are also interaction primitives to build floating UI components with React. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ngx-quill

    ngx-quill

    Angular components for the Quill Rich Text Editor

    ngx-quill is an angular (>=2) module for the Quill Rich Text Editor containing all components you need. It is possible to set custom default modules and Quill config options with the import of the QuillModule.forRoot(). Use <quill-editor></quill-editor> in your templates to add a default quill editor. Do not forget to include quill + theme CSS in your build process, module or index.html! For builds with angular-cli >=6 only add quilljs to your scripts or scripts section of angular.json, if...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10

    MTTK Open BI

    A user-friendly lightweight BI tool.

    ...Code repository: https://github.com/jamie-mttk/mttk-lowcode-designer Online demo available at http://139.129.210.30:8825 (First visit may be slow) Username: admin Password: 123456 Lightweight No data processing engine offered, all the data processing depends on the target Databse Server. Easy to use For example ,to build an echart need to provide many many configurtaions/options, such as title location, grid position,etc. To simplified the usage ,only the important options should be configured by user with default setting, other options are set by BI system automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Vue Starport

    Vue Starport

    Shared component across routes with animations

    ...Starport solves this by hoisting the component to a root level container (<StarportCarrier>), using a proxy at the source and destination positions, and then using Teleport to land the component in its new place. It uses the FLIP (First, Last, Invert, Play) technique: it captures initial position & size, moves the component in a floating state, then lands it into the new layout. This gives a smooth “fly from one page to another” animation effect for components that appear across routes (e.g., a card in list view flying into detail view). It’s especially suited for immersive UI/UX flows in single-page apps built with Vue. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Agenda

    Agenda

    Lightweight job scheduling for Node.js

    A light-weight job scheduling library for Node.js.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    react-three/flex

    react-three/flex

    Flexbox for react-three-fiber

    ...There are also shorthands, like align and justify. When positioning items, react-three-flex needs to know where the object anchor is: Yoga Layout expects the object position to be relative to the upper left corner, which is the same as the DOM expects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    vue-awesome-swiper

    vue-awesome-swiper

    Swiper component for @vuejs

    ...When the finger (or mouse) touches and slides the Swiper, the Swiper transforms the wrapper by calculating the sliding distance difference in each frame of the browser to produce the drag effect. When the finger (or mouse) is released, calculate the starting position of the next slide and set up a displacement animation (transition) for the wrapper, thereby producing a switching animation effect. The API of Swiper5 has not changed much compared to Swiper4. Swiper5 adds CSS mode (cssMode), and Swiper color style can be modified through CSS files. Swiper4 integrates the related options of the component, and modified the method of obtaining the swiper instance by the callback function to this keyword.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Dot Browser for Android

    Dot Browser for Android

    Dot Browser for Android

    ...Dot can migrate all your data from your previous browser in just a few clicks. Dot Browser has Dot Shield, which protects you from nasty ads and trackers. We chose Gecko due to its position as the best competitor to Chromium, and because it’s developed by Mozilla, which are best known for their privacy efforts in the community.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Atomic Layout

    Atomic Layout

    Build declarative, responsive layouts in React using CSS Grid

    ...This pattern encourages the separation of elements and spacing, preventing contextual implementations and boosting maintenance of layouts. You control the spacing between the areas in a dedicated layer called Composition. Since the position and spacing is contextless that way, you achieve ultimate separation of concerns and boost maintenance of your components. To understand why Atomic Layout is beneficial for you take a look at some of the practices it encourages. What elements are rendered and what is the relation between them are now two independent paradigms in your code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The Platform

    The Platform

    Web API's turned into React Hooks

    Web API's turned into React Hooks and Suspense-friendly React components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    NativeScript-FloatingActionButton

    NativeScript-FloatingActionButton

    Material Design Floating Action Button in NativeScript apps

    The nativescript-floatingactionbutton plugin provides a Material Design Floating Action Button (FAB) for NativeScript applications, offering a prominent action button that floats above the UI and encourages user interaction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Lance

    Lance

    Multiplayer game server based on Node.JS

    ...Lance also includes a client-side library that keeps each player’s game state synchronized with the server in real time. To ensure smooth gameplay, it uses efficient networking techniques along with position interpolation and extrapolation. The framework manages user input coordination and shadow objects to reduce the impact of latency. Built-in physics and pseudo-physical movement help create realistic interactions between game entities. Overall, Lance focuses on delivering a smooth visual experience while keeping multiplayer logic reliable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next