Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@mindinventory/mi-react-icon-picker
Advanced tools
A React component library for selecting icons, compatible with icomoon.
A React component library for selecting icons, compatible with icomoon.
Install the mi-react-icon-picker
package via npm:
npm i @mindinventory/mi-react-icon-picker
To use the IconPicker component, you need to import the component.
import IconPicker from "@mindinventory/mi-react-icon-picker";
<IconPicker
value="icon-home"
onChange={(e) => onChange(e, "icon")}
closeOnSelect={true}
showSearch={true}
isMulti={false}
adjustPosition={{ top: 10, left: 0 }}
buttonStyle="flex items-center justify-center h-[35px] w-[35px] rounded-[8px] border border-[#eaecf0]"
noSelectedPlaceholder="arrow-up-from-bracket"
zIndexPopup={9999}
popupStyle="bg-white border border-gray-300 shadow-lg rounded popup-container min-w-[280px]"
gridColumns={5}
gridRows={4}
iconBgColor="bg-gray-200"
iconSelectedBgColor="bg-blue-200"
iconHeight={65}
iconWidth={65}
/>
Here are the available props for the IconPicker
component:
true
).true
).false
).65px
).65px
).FAQs
A React component library for selecting icons, compatible with icomoon.
The npm package @mindinventory/mi-react-icon-picker receives a total of 191 weekly downloads. As such, @mindinventory/mi-react-icon-picker popularity was classified as not popular.
We found that @mindinventory/mi-react-icon-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.