🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

@cloudflare/component-sortable

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-sortable

5.1.24
latest
Version published
Weekly downloads
798
-16.09%
Maintainers
36
Weekly downloads
 
Created

@cloudflare/component-sortable

Installation

Installation with yarn is recommended


$ yarn add @cloudflare/component-sortable

Usage

import React from 'react';
import pic from './movealong.jpg';

const SortableComponent = () => (
  <div>
    <p>
      <img src={pic} width="400px" alt="Move Along" />
    </p>
    <p>
      This component is intended to wrap tables/expandable-table TableCell and
      expects to receive sortProps from cf-component-auto-fetch (it is used in
      the example there). It is a tiny connector between auto-fetch and table
      header sorting UI represented by an arrow.
    </p>
  </div>
);

export default SortableComponent;

FAQs

Package last updated on 08 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts