![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@forter/card-list
Advanced tools
An element by Forter
<script>
import '@forter/card-list';
</script>
<fc-card-list>
</fc-card-list>
Property | Attribute | Type | Description |
---|---|---|---|
ROW_INTENTS | {} | ||
columns | columns | any[] | Columns titles |
getRowClass | (rowClass: any, intent: any) => any | ||
getSortedRows | () => any | ||
renderColumnsHeaders | () => TemplateResult | ||
renderData | (intent: any, data: any) => TemplateResult | ||
renderDataCell | ({ label, customRenderer }: { label: any; customRenderer: any; }) => any | ||
renderRows | () => TemplateResult | ||
rows | rows | any | Example: { intent: 'disabled', data: [{label: '1'}, {label: '2'}] } |
sortBy | sortBy | any[] | This is an option to sort rows by a specific key of the rows data. After providing this object the card-list will sort rows depending on it. columnIndex is the index of column you wish to compare. I.e. if we have following columns list (['order', 'name', 'level']) and we want to order by 'order' columns, columnIndex should be 0 (as its the first column on the list). sortKey should be the key in the row's data we want to sort by. I.e. if a row's data is: data: [{label: '1', value: 1}, {label: '2', value: 2}] we can either sort by 'label' or by 'value'. The sortFunction should be accordingly to the key's type (number, string..) as in next example: { columnIndex: 0, sortKey: 'value', sortFunction: (a,b) => {return a-b} } |
Property | Description |
---|---|
--fc-card-list-disabled-color | disabled color. example: gray |
FAQs
card-list from Forter Components
We found that @forter/card-list demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.