1.4.0 • Published 2 years ago

@walidoux/react-ios15-icons v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Getting started

Preview background library

Overview

Installation

Importing the library into your project

NPM : npm i @walidoux/react-ios15-icons \ YARN : yarn add @walidoux/react-ios15-icons

Importing an icon

impport { Battery } from "@walidoux/react-ios15-icons"

// Shows only 4/5 of battery filling
export const Component: React.FC = () => (
    <React.Fragment>
        <Battery progression={75} />
    </React.Fragment>
)

Current version

Icons are imported straight from SF Symbols 3 apple developers platform with its features being developed over time. We're looking forward for a migration to it's 4th version which has been released recently by the WWDC22 but definitely not on the top of our priorities.

More details about SF Symbols 4 here.

These are the supported icon versions beside extra details to get familiar with if you want.

SF Symbols VersioniOS VersionmacOS VersiontvOS VersionwatchOS Version
3.015.012.015.08.0
3.115.112.015.18.1
3.215.212.115.28.3
3.315.412.315.48.5

Contribution

If you would like to contribute and improve our project, we've set certain rules to maintain a better scoial and development environment, almost everything is mentioned in the CONTRIBUTING.md file.

How do I start ?

In order to create an icon, you need to generate one by executing:

NPM : npm run generate <ComponentName> \ YARN : yarn generate <ComponentName>

2 questions will be asked to you which helps giving instructions that will be provide a start code for your icon.

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago