![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
ios-theme-toolkit
Advanced tools
A simple package of components in React that follow the style guide of iOS for you to use in your web apps.
This project will be discontinued. I recommend using the Ionic 4 that supports React well.
A simple library of components in React that follow the style guide of iOS for you to use in your web apps.
All credits go to @nolimits4web, he had all the work that recreated the iOS visual identity for Framework7, this project just extracted theses styles in a separate package and created a library of components in React on top of that. Why?
Install it:
yarn add ios-theme-toolkit
or
npm install ios-theme-toolkit --save
and import the package from anywhere in your project that is accessible to your bundler (Webpack or Rollup). Example:
import React, { Component } from 'react'
import { Button, Input } from 'ios-theme-toolkit'
class Example extends Component {
render () {
return (
<div>
<Input fill block value="Hello world" />
</div>
<Button fill block color="blue"></Button>
)
}
}
See how to use the components in the 📚 online documentation with live preview.
yarn run create-component
: Create a new component inside the "./src/components" folder with all the .js, .less, .test.js and .mdx files already configured.yarn run test
: Run all tests of project.yarn run dev
: Start gulp watch.yarn run docz
: Start docz on port 8000.yarn run build
: Prepare the package to be published (Generate all final files).yarn run deploy-docs
: Send a new documentation update to remote branch gh-pages and refresh the website.yarn run release
: Uses release-it to:
View list of well-documented commands in gulpfile.js.
MIT
FAQs
A simple package of components in React that follow the style guide of iOS for you to use in your web apps.
The npm package ios-theme-toolkit receives a total of 1 weekly downloads. As such, ios-theme-toolkit popularity was classified as not popular.
We found that ios-theme-toolkit 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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
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.