
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@berlitz/list
Advanced tools
Berlitz List Component takes in an array of strings which is outputted as list items. This can be set as a unordered list (with a blue dot point on the left side), or an ordered list (that is numbered along the left side). This list has responsive settings allowing you to collapse to a single column layout on the choosen breakpoint as well as setting the number of columns.
yarn add @berlitz/List
Argument | Type | Required | Default | Example |
---|---|---|---|---|
Data | array | true | - | ['one', 'two', 'three', 'four'] |
IsOrdered | bool | false | false | |
cols | number | false | 1 | |
collapse | array | false | false | ['xs', 'sm', 'md', 'lg', 'xl'] |
import React from 'react'
import List from '@berlitz/List'
const MyApp = () => (
<>
<h2>Unordered</h2>
<List data={data} cols={2} collapse={['xs', 'sm', 'md']} />
<h2>Ordered</h2>
<List data={data} cols={2} collapse={['xs', 'sm', 'md']} ordered />
</>
)
FAQs
List component for the Max Design System
We found that @berlitz/list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.