A complete CSS framework based on flexbox. on Flexbox.
Nyno-UI is constantly in development! Try it out now:
npm i nyno-ui
After installation, you can import the CSS file into your project using this snippet:
import 'nyno-ui/dist/nyno-ui.css'
or
You can use the minifed version:
import 'nyno-ui/dist/nyno-ui.min.css'
or
You can use direct links
<link rel="stylesheet" href="//unpkg.com/nyno-ui/dist/nyno-ui.min.css">
<link rel="stylesheet" href="https://raw.githubusercontent.com/AM77-Dev/Nyno-UI/master/dist/nyno-ui.min.css">
Nyno-UI is a CSS only framework. It's just the style layer in a single CSS file on top of your logic: Nyno-UI.css
There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one).
- Chrome
- Edge
- Firefox
- Opera
- Safari
The documentation resides in the docs directory, and is built with the Docsify tool.
Browse the online documentation here.
Feel free to raise an issue or submit a pull request.
Code copyright 2019 AM-77. Code released under the MIT license.