![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.
@axa-ch/icon
Advanced tools
<axa-icon> renders an icon, given either an icon name or a relative path to a suitable SVG image.
npm install @axa-ch/icon
import '@axa-ch/icon';
...
<axa-icon icon="arrow-right"></axa-icon>
// resource path
<axa-icon icon="/img/name.svg"></axa-icon>
You can use this component directly in your JSX without further React-ification (see Usage above).
Import the icon-defining script and use icons like so:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Your awesome title</title>
</head>
<body>
<axa-icon icon="arrow-right"></axa-icon>
<script src="node_modules/@axa-ch/icon/dist/index.js"></script>
</body>
</html>
Attribute |
---|
icon="arrow-right" |
icon="collapse" |
icon="download" |
icon="email" |
icon="expand" |
icon="phone" |
icon="plus" |
icon="search" |
icon="upload" |
FAQs
The icon component for the AXA Pattern Library
The npm package @axa-ch/icon receives a total of 123 weekly downloads. As such, @axa-ch/icon popularity was classified as not popular.
We found that @axa-ch/icon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 49 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 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.