One UI Web is a framework inspired by the Samsung One UI Interface.
The goal is simplify the creation of mobile web apps with the One UI’s user experience, as well as to optimise your web apps for Samsung mobile.
One UI aims to ensure a consistent user experience within a single device and also a unified user experience among different mobile devices. Even if the user’s new device runs on a different platform, they can be provided with the user experience optimised for the device.
One UI is built to to help you focus on what really matters, with hardware and software working in harmony to bring you what you need right when you need it.
Here is a premade template that you can use to quickstart a project with One UI Web
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Hello, world!</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/samsunginternet/OneUI-Web/oui-css/oui.css">
</head>
<body>
<main class="container">
<div class="oui-viewing">
<!-- Viewing area -->
</div>
<div class="oui-interaction">
<!-- Interaction area -->
</div>
</main>
</body>
</html>
learn more about setting up One UI Web with a CDN
- Get One UI Web
git clone https://github.com/SamsungInternet/OneUI-Web.git
- Download the latest release
- Add the
one-ui
folder to your project files - Include the CSS in your project
Please also check the Getting started part in the documentation: http://samsunginter.net/OneUI-Web/#/getting-started/quickstart
We've built a beautiful documentation just for you: http://samsunginter.net/OneUI-Web/
This documentation is using DocsifyJS. You can also run it locally by following the steps bellow.
- Install docsify
npm i docsify-cli -g
- Run the local server with
docsify server
in the gh-page branch - Finnaly can preview the documentation in your browser on
http://localhost:3000
Found a Bug ? Have a feature request ? You can open a new issue and we will try our best to fix it.
Don't forget that you can also contribute <3
Pull requests are welcome :) For major changes, please open an issue first to discuss what you would like to change.
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
See the LICENSE file to learn more.