Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rightpoint/frictionless
A collection of UX-focused swift components for reducing friction in "user work".
https://github.com/rightpoint/frictionless
Last synced: 7 days ago
JSON representation
A collection of UX-focused swift components for reducing friction in "user work".
- Host: GitHub
- URL: https://github.com/rightpoint/frictionless
- Owner: Rightpoint
- License: mit
- Created: 2016-06-27T17:47:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T15:51:17.000Z (about 7 years ago)
- Last Synced: 2024-03-15T07:22:02.813Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 1.66 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FrictionLess
[![CircleCI](https://circleci.com/gh/Raizlabs/FrictionLess.svg?style=svg)](https://circleci.com/gh/Raizlabs/FrictionLess)
[![Version](https://img.shields.io/cocoapods/v/FrictionLess.svg?style=flat)](http://cocoapods.org/pods/FrictionLess)
[![License](https://img.shields.io/cocoapods/l/FrictionLess.svg?style=flat)](http://cocoapods.org/pods/FrictionLess)
[![Platform](https://img.shields.io/cocoapods/p/FrictionLess.svg?style=flat)](http://cocoapods.org/pods/FrictionLess)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)A collection of UX-focused swift components for reducing friction in "user work".
## Components
# [Card Entry](FrictionLess/CardEntry/)
A drop-in, customizable card entry widget.![Card Entry Demo](Documentation/CardEntryDemo.gif)
# [FormattableTextField](FrictionLess/FormattableTextField/)
A UX-focused textfield formatter/validator built for as-you-type formatting.![PhoneFormatter Demo](Documentation/PhoneFormatter.gif)
![EmailFormatter Demo](Documentation/EmailFormatter.gif)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
FrictionLess is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "FrictionLess"
```## Author
## License
FrictionLess is available under the MIT license. See the LICENSE file for more info.