https://github.com/maxvalue/strudler
WIP. This will change much in the future.
https://github.com/maxvalue/strudler
apple css css-animations css-framework css3 css3-animations ios
Last synced: 2 months ago
JSON representation
WIP. This will change much in the future.
- Host: GitHub
- URL: https://github.com/maxvalue/strudler
- Owner: MaxValue
- License: mit
- Created: 2018-10-23T21:49:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T10:37:58.000Z (about 2 years ago)
- Last Synced: 2025-01-17T18:28:27.583Z (4 months ago)
- Topics: apple, css, css-animations, css-framework, css3, css3-animations, ios
- Language: CSS
- Homepage: https://maxvalue.gitlab.io/Strudler/
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Strudler
A frontend framework to replicate the iOS system look.
The goals are:
* bring the iOS look to the web
* keep it simple
* be compatible with assistive technologies
* work inside the Safari web view feature## Contents
* [Built With](#built-with)
* [Contributing](#contributing)
* [Roadmap](#roadmap)
* [Versioning](#versioning)
* [Authors](#authors)
* [License](#license)
* [Acknowledgments](#acknowledgments)
* [Project History](#project-history)## Built With
* [Sublime Text 3](https://www.sublimetext.com/) - The code editor I use
* [Python 3](https://www.sublimetext.com/) - For running the dev web server
* [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/new/) - The web browser I use## Contributing
Please [open an issue](https://github.com/MaxValue/Strudler/issues/new) if you want to help or see problems.
### Roadmap
Things I already plan to implement, but didn't have yet:
- [-] Bars:
- [-] Navigation Bars (UIKit-UINavigationBar)
- [-] Search Bars (UIKit-UISearchController, UIKit-UISearchBar)
- [ ] Toolbars (UIKit-UIToolbar)
- [-] Buttons:
- [-] Text Button (UIKit-UIButton System)
- [ ] Info Button (UIKit-UIButton InfoLight)
- [ ] +/- Button (UIKit-UIButton ContactAdd)
- Labels (UIKit-UILabel)
- [ ] Page Controls (UIKit-UIPageControl)
- [ ] Spinners:
- [ ] Progress Indicators (UIKit-UIActivityIndicatorView)
- [ ] Progress Bars (UIKit-UIProgressView)
- [ ] Refresh Content Controls (UIKit-UIRefreshControl)
- [ ] Slider (UIKit-UISlider)
- [ ] Stepper (UIKit-UIStepper)
- [ ] Table Views:
- [ ] Table View Cells Actions
- [ ] Table View Cells Buttons (UIKit-UIButton DetailDisclosure)
- [ ] Table View with Sticky Header (UIKit-UITableView)
- [ ] Table View Section Index (UIKit-UITableView)
- [-] Text Field (UIKit-UITextField)## Versioning
We use [SemVer](http://semver.org/) for versioning.
## Authors
* **Max Fuxjäger** - *Initial work* - [MaxValue](https://github.com/MaxValue)
## License
This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details.
### Project History
This project was created because I (Max) thought that it would be very useful
for web apps to have a beautiful look to them.
The user should not be bothered with having to adjust to a different
GUI language for each web app.