![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.
@producteca/producteca-ui-kit
Advanced tools
dev
: Starts Storybook in development mode on port 6006.build
: Builds the static Storybook project.build:lib
: Removes the dist
folder, compiles TypeScript, and builds the library using Vite.deploy
: Deploys the project using the specified Makefile configuration.lint
: Runs ESLint to lint and fix issues in files with .js
, .jsx
, .ts
, and .tsx
extensions.prettier
: Formats files in the src
folder with extensions .ts
, .tsx
, .js
, and .mdx
using Prettier.test
: Runs tests using Vitest.test:cov
: Executes tests and generates a coverage report using Vitest.prepare
: Prepares the repository by installing Husky for Git hooks.pre-commit
: Installs Husky and sets up Git hooks for pre-commit validation.build-storybook
: Builds the static Storybook project.@producteca/producteca-ui-kit
Follow these steps to integrate and configure the @producteca/producteca-ui-kit
package in your project:
Install the package
Make sure to install the latest version of the package:
bun install @producteca/producteca-ui-kit
Import the styles
Add the following line to your app/css/setup.js
file:
import "@producteca/producteca-ui-kit/dist/style.css";
Remove old SelectField instances
Check for any existing version of selectField
. If found, delete the file:
app/components/form/selectField
Update any old imports to:
import { SelectField } from "@producteca/producteca-ui-kit";
(major | minor | patch | premajor | preminor | prepatch | prerelease)/name
FAQs
## Features
The npm package @producteca/producteca-ui-kit receives a total of 0 weekly downloads. As such, @producteca/producteca-ui-kit popularity was classified as not popular.
We found that @producteca/producteca-ui-kit demonstrated a healthy version release cadence and project activity because the last version was released less than 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
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.