Skip to content

Latest commit

 

History

History
73 lines (46 loc) · 1.88 KB

README.md

File metadata and controls

73 lines (46 loc) · 1.88 KB

A complete CSS framework based on flexbox. on Flexbox.

Nyno-UI: a Flexbox CSS framework

Quick install

Nyno-UI is constantly in development! Try it out now:

NPM

npm i nyno-ui

Import

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

unpgk
<link rel="stylesheet" href="//unpkg.com/nyno-ui/dist/nyno-ui.min.css"> 
github
<link rel="stylesheet" href="https://raw.githubusercontent.com/AM77-Dev/Nyno-UI/master/dist/nyno-ui.min.css"> 

CSS only

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).

Browser Support

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Documentation

The documentation resides in the docs directory, and is built with the Docsify tool.

Browse the online documentation here.

Contribution

Feel free to raise an issue or submit a pull request.

Copyright and license

Code copyright 2019 AM-77. Code released under the MIT license.