![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.
@coco-ui/core
Advanced tools
Click [here to access the storybook](https://dorianmaliszewski.github.io/coco-ui/)
Click here to access the storybook
This librairy is a set of React component to help you build beautiful and accesibile apps
This library is based on tailwind css so to use it you need to install this library and Tailwind with the following steps.
npm install --save @coco-ui/core
Or alternatively with yarn :
yarn add @coco-ui/core
Before using this library you need to add tailwind to your React project. Follow this link to install it
npm install -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9 @craco/craco
Or with yarn
yarn -D tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9 @craco/craco
Then replace in your package.json
:
{
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
}
You can import the default presets in your tailwind.config.js
file :
// tailwind.config.js
module.exports = {
presets: [
require('@coco-ui/core/tailwind-theme')
],
}
Colors that are used :
colors.purple
colors.green
colors.red
colors.yellow
colors.blue
colors.gray[900]
white
colors.gray
white
black
FAQs
Click [here to access the storybook](https://dorianmaliszewski.github.io/coco-ui/)
The npm package @coco-ui/core receives a total of 1 weekly downloads. As such, @coco-ui/core popularity was classified as not popular.
We found that @coco-ui/core 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.