-
Notifications
You must be signed in to change notification settings - Fork 74
Home
TuiCss is a framework focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with box-drawing characters, but some others frameworks were checked too, like curses, ncurses, Newt, etc. Check the Examples page to see some creations!
To use the framework in your application is so simple. Just download the dist directory of the repository and import the kind of the file (source or minified) of the CSS and JS required archives. Check the page Getting Started for more details.
The framework offers many components to create elements like windows, navbars, panels, etc. A Grid is a present component in TuiCss too, thats enables to use a responsive design in the application. A Table Grid is another component present that can be used to use the old way to make the structure of html. Take a look of available components in the submenu.
The styles are other features on framework that provide general classes to use like Color classes, Media classes to control the elements that will apear or disapear with determinate screen size, and others. Take a look of available styles in the submenu.
Copyright © 2022 Vinícius Reif Biavatti
- Home
- Getting Started
- Examples
- Custom Theme
- Contributing
- Showcase
- Components
- Styles