🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@leafygreen-ui/ordered-list

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/ordered-list

LeafyGreen UI Kit Ordered List

latest
Source
npmnpm
Version
3.0.11
Version published
Weekly downloads
448
110.33%
Maintainers
6
Weekly downloads
 
Created
Source

Ordered List

npm (scoped)

View on MongoDB.design

Installation

PNPM

pnpm add @leafygreen-ui/ordered-list

Yarn

yarn add @leafygreen-ui/ordered-list

NPM

npm install @leafygreen-ui/ordered-list

Example

<OrderedList>
  <OrderedListItem
    title="Title"
    description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna."
  />
  <OrderedListItem
    title="Title"
    description={
      <>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
        tempor incididunt ut labore et dolore magna. <Link>Learn more.</Link>
      </>
    }
  />
  <OrderedListItem
    title="Title"
    description="Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna."
  />
</OrderedList>

OrderedList

PropTypeDescriptionDefault
darkModebooleanDetermines if the component renders in dark modefalse

OrderedListItem

PropTypeDescriptionDefault
titleReact.ReactNodeThe title of the list item.
descriptionReact.ReactNodeThe description of the list item. This will render below the title.

FAQs

Package last updated on 21 Jan 2026

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