-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from vinibiavatti1/develop
Develop
- Loading branch information
Showing
34 changed files
with
1,123 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
node_modules | ||
node_modules | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# TuiCss ChangeLog | ||
### This is the change log of TuiCss. Here you can find the documentations of the feature of each released version | ||
|
||
#### 2.0.0 | ||
- Jquery removed (Now use vanilla Javascript) | ||
- Chart example page | ||
- Readme update | ||
- Changelog markdown | ||
- Chart component | ||
- NPM Package | ||
|
||
#### 1.0.0 | ||
- Utilities | ||
- Examples | ||
- DOS font | ||
- Wiki documentation | ||
- Button component | ||
- Checkbox component | ||
- Divider component | ||
- Dropdown component | ||
- Fieldset component | ||
- Input component | ||
- Navbar component | ||
- Panel component | ||
- Progressbar component | ||
- Radio component | ||
- Scrollbar component | ||
- Sidenav component | ||
- Statusbar component | ||
- Table component | ||
- Tablegrid component | ||
- Tabs component | ||
- Textarea component | ||
- Window component | ||
- Screen component | ||
- Datetime component | ||
- Shortcut component | ||
- Shadow component | ||
- Background component | ||
- Border component | ||
- Grid component | ||
- Modal component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Click [here](https://github.com/vinibiavatti1/TuiCss/wiki/Contributing) to access the contributing page on the wiki! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,35 @@ | ||
# TuiCss | ||
### Text-based user interface CSS library | ||
<p align="center"> | ||
<a href="https://github.com/vinibiavatti1/TuiCss"> | ||
<img src="https://raw.githubusercontent.com/vinibiavatti1/TuiCss/develop/resources/TUICSS%20Logo%20160x160%20transparent.png" /> | ||
</a> | ||
</p> | ||
|
||
TuiCss is a library 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 <a href="https://en.wikipedia.org/wiki/Turbo_Vision">Turbo Vision Framework</a> with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the examples page in the wiki to see some creations! | ||
<h3 align="center">TuiCss</h3> | ||
|
||
<img src="https://i.ibb.co/zhJMy1h/Tui-Css-home.png" width="600"> | ||
<p align="center"> | ||
Text-based user interface CSS library | ||
<br> | ||
<a href="https://github.com/vinibiavatti1/TuiCss/wiki"><strong>-- Documentation --</strong></a> | ||
<br><br> | ||
<a href="https://badge.fury.io/js/tuicss"> | ||
<img src="https://badge.fury.io/js/tuicss.svg" alt="npm version badge"> | ||
</a> | ||
</p> | ||
|
||
### 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 <a href="https://en.wikipedia.org/wiki/Turbo_Vision">Turbo Vision Framework</a>, but some other frameworks were checked also to introduce some features to TuiCss, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), 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! | ||
|
||
<img src="https://raw.githubusercontent.com/vinibiavatti1/TuiCss/develop/resources/TUICSS%20Demo.png" width="676"> | ||
|
||
### 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: | ||
|
||
```bash | ||
$ npm install tuicss | ||
``` | ||
|
||
For more details, visit the [Getting Started Page](https://github.com/vinibiavatti1/TuiCss/wiki/Getting-Started) in the respoitory wiki. | ||
|
||
### Documentation | ||
Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, getting started, components index, examples, styles, or to know how to contribute for this project. | ||
Check the [repository wiki](https://github.com/vinibiavatti1/TuiCss/wiki) to access the documentation, components index, examples, styles, or to know how to contribute for this project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.