![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
react-simple-collapsible-element
Advanced tools
$ npm install react-simple-collapsible-element --save
$ Simple react collapsible supports nested element and custom styling.
import Collapsible from 'react-simple-collapsible-element';
const data = [
{
title: 'title 1',
content: 'content 1'
},
{
title: 'title 2',
contentStyle: { backgroundColor: 'red' } , // can be a classname also.
activeContentStyle: 'activeContentStyle', // classname
content: 'content 2'
},
];
return <Collapsible data={data} />
import Collapsible from 'react-simple-collapsible-element';
const data = [
{
title: <h1>title 1</h1>,
content: <span>content 1</span>,
contentStyle: 'content-class'
},
{
title: 'title 2',
content: [
{
title: 'title 2 title 1',
content: 'title 2 title 1 content',
titleStyle: { backgroundColor: 'black' }, // can be a classname also.
activeTitleStyle: 'activeTitleStyle',
contentStyle: { backgroundColor: 'red' }, // can be a classname also.
activeContentStyle: 'activeContentStyle',
}
]
}
];
return <Collapsible data={data} />
Name | Type | Default | Description |
---|---|---|---|
title | Element | 'div' | parent |
content | Element / array | div | child |
titleStyle | String / Object | undefined | Can be a style object or multiple classnames together. |
contentStyle | String / Object | undefined | Can be a style object or multiple classnames together. |
activeTitleStyle | String | undefined | a classname to pass to when the title is active. |
activeContentStyle | String | undefined | a classname to pass to when the content is active. |
FAQs
simple react collapsible supports nested elements
The npm package react-simple-collapsible-element receives a total of 9 weekly downloads. As such, react-simple-collapsible-element popularity was classified as not popular.
We found that react-simple-collapsible-element demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
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.