jasim / TuiCss

Text-based user interface CSS library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TuiCss

Text-based user interface CSS library
-- Documentation --

npm version badge

About

TuiCss is a library focused to create web applications using an interface based on ASCII table, like the old MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and because the reduced effects used on the components in the view. The base of this project is Turbo Vision Framework, but some other frameworks were checked also to introduce some features to TuiCss, like curses, ncurses, Newt, etc. Check the examples page in the wiki to stay on top of some creations, or check the getting started page to start use this library!

Getting Started

To start to use the TuiCss in your project, you can just download the repository content and import the files that are in the dist folder with the html directives. On the other hand, you can install the package with NPM using the following command:

$ npm install tuicss

For more details, visit the Getting Started Page in the respoitory wiki.

Documentation

Check the repository wiki to access the documentation, components index, examples, styles, or to know how to contribute for this project.

About

Text-based user interface CSS library

License:MIT License


Languages

Language:SCSS 81.3%Language:JavaScript 18.7%