Webments One UI design library.
npm install webments-oneui
![]()
One UI is Samsung's design language.
oneui.css is a lightweight, responsive and modern CSS framework.
- Lightweight (~x gzipped), blazing fast.
- Flexbox-based, responsive and mobile-friendly layout
- Elegantly designed and developed elements and components
1. Obtain the package via NPM
``shell`
npm i webments-oneui
2. Insert the line below to your head area in your HTML file
`html`
---
1. Obtain the package via yarn
`shell`
yarn add webments-oneui
2. Insert the line below to your head area in your HTML file
`html`
---
1. Obtain the stylesheet via unpkg.com CDN. The latest option automatically uses the latest release version which might include radical and important changes such as class name changes which may result in broken styles in your projects. You might want to consider using a version-specific release.
#### Latest (stable channel, automatically updated)
``
https://unpkg.com/webments-oneui@latest/dist/css/oneui.min.css`
#### Version-specific (stable channel, not automatically updated)`
https://unpkg.com/webments-oneui@[latest_version]/dist/css/oneui.min.css
> Make sure to replace latest_version to the latest available version (without the brackets!)
2. Import the CDN from your head area in your HTML file
`html``
You can load a specific version listed in the releases section in this repository like in the example above.
You can see previews and learn about component usages (documentation) here.
After installing with your favorite method, you can start using the library using the components from the preview page, index.html (same class names are a must per CSS declaration).
- Chrome
- Edge
- Firefox
- Opera
- Safari
- Internet Explorer (partially supported)
> The compatibility information above is based on our test and research information and doesn't mean that it won't work with other browsers.
- Visit GitHub organization
- Join Gitter discuss
This framework is maintained under the Semantic Versioning guidelines.
Code and documentation Copyright 2020 The Webments Maintainers and Contributors, Code released under the LGPL-2.1 (GNU Lesser General Public License v2.1) License.