Skip to content

AM77-Dev/Nyno-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

๐ŸŒ‘ A complete CSS framework based on flexbox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages