![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.
corgi-theme
Advanced tools
This repo is the UI style for corgi-react.
npm install corgi-theme --save
In main.js
:
import 'corgi-theme'
Also, please make sure you have correct setting for files of font icons. Add follow setting in webpack.config.js
:
module: [
loaders: {
{
test: /\.(eot|woff|ttf|svg)$/,
loader: 'file-loader'
}
}
]
Meanwhile, it supports load on demand. For example:
import '{your-path}/node_modules/corgi-theme/dist/Button.css'
import '{your-path}/node_modules/corgi-theme/dist/Checkbox.css'
You can modify files in following path: corgi-theme/src
, and use gulp (I am using gulp
and gulp-sass
which can be found in package.json
) to compile them.
MIT
FAQs
UI style files of corgi-react
The npm package corgi-theme receives a total of 0 weekly downloads. As such, corgi-theme popularity was classified as not popular.
We found that corgi-theme 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.