![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.
@lmiller1990/cohesive-ui
Advanced tools
A design system implemented using TypeScript and React, used throughout our products here at [DoseMe](https://doseme-rx.com).
A design system implemented using TypeScript and React, used throughout our products here at DoseMe.
View it live in Storybook here.
We have some peer dependencies:
yarn add @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome moment react react-bootstrap react-dom
You can use the library like this:
// components
import { SmartList } from 'cohesive-ui'
// styles
import 'cohesive-ui/style/colors.scss'
You need to import the stylesheet too. global.css
contains useful utilities, like d-flex
and p-5
, m-3
, w-100
helpers (taken from Bootstrap 4).
// Global stylesheet
import 'cohesive-ui/style/global.css';
// Optionally, get our colors:
@import 'cohesive-ui/style/colors.scss';
This repository has storybook
set up and can be viewed using yarn storybook
.
The easiest way to work on this library alongside developing and inspecting the changes in your-project
is to remove the cohesive-ui/
directory from your-project/node_modules
after installing, and creating a symlink to the dist
folder of your locally cloned cohesive-ui
project (run yarn build
if the dist folder does not exist).
To see changes made to cohesive-ui
reflected in your-project
in this way, you will need to run yarn build
after every change to the UI (although is a major improvement from releasing minor versions just to be able to inspect changes). Developing new components with Storybook primarily is best practice, however.
FAQs
A design system implemented using TypeScript and React, used throughout our products here at [DoseMe](https://doseme-rx.com).
The npm package @lmiller1990/cohesive-ui receives a total of 0 weekly downloads. As such, @lmiller1990/cohesive-ui popularity was classified as not popular.
We found that @lmiller1990/cohesive-ui 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.