
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@mints/miller-columns
Advanced tools
Please be aware that this component has been significantly updated in version 2.0. You can access the 1.0 release here. Bug fixes for version 1.0 will continue to be maintained..
Miller Columns Component based on MUI.
# Yarn
$ yarn add @mints/miller-columns
# Npm
$ npm install --save @mints/miller-columns
import { MillerColumns } from '@mints/miller-columns';
const request = () => {
return {
data: [],
hasMore: false,
};
};
export const TestComponent = () => {
return <MillerColumns request={request} />;
};
| Prop | Type | Default | Description |
|---|---|---|---|
| request | (id?: IDType, params?: any) => Promise<RequestResType> | Asynchronous method for getting data | |
| rootId | IDType | Parameters of the first request | |
| loading | boolean | true | Cooperate with items control |
| items | DataType[] | item used to display in columns | |
| style | React.CSSProperties | ||
| bordered | boolean | false | |
| theme | { colorPrimary?: string; borderColor?: string; } | ||
| columnCount | number | 3 | columns to display in a container |
| columnHeight | number | columns height (control scrolling) | |
| renderTitle | (id: IDType) => React.ReactNode | display column title | |
| renderEnd | (id: IDType) => React.ReactNode | display column end | |
| renderLoading | (id: IDType) => React.ReactNode | display column loading | |
| renderError | (errMsg: string) => React.ReactNode | display column error | |
| renderNoData | (id: IDType) => React.ReactNode | display column no data | |
| selectable | boolean | false | |
| mode | single or multiple | multiple | Single select or multiple select |
| disabledIds | IDType[] | disabled ids | |
| selectedIds | IDType[] | selected ids | |
| onSelectedIds | (ids: IDType[], data?: any[]) => void | set selected ids |
$ yarn storybook
FAQs
Miller Columns for Mints Components
The npm package @mints/miller-columns receives a total of 24 weekly downloads. As such, @mints/miller-columns popularity was classified as not popular.
We found that @mints/miller-columns demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.