@xaypay/tui 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -38
- package/dist/index.es.js +155 -68
- package/dist/index.js +155 -68
- package/package.json +6 -23
- package/rollup.config.mjs +4 -4
- package/LICENSE +0 -21
- package/cli-command.js +0 -3
- package/vite.config.mjs +0 -50
package/README.md
CHANGED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<!-- markdownlint-disable-next-line -->
|
|
2
|
-
<p align="center">
|
|
3
|
-
<a href="http://dev.tui.yerevan.am/" rel="noopener" target="_blank"><img width="150" height="133" src="#" alt="TUI logo"></a>
|
|
4
|
-
</p>
|
|
5
|
-
|
|
6
|
-
<h1 align="center">TUI</h1>
|
|
7
|
-
|
|
8
|
-
TUI is an open-source React component library. It's comprehensive and can be used in production out of the box.
|
|
9
|
-
|
|
10
|
-
## Installation
|
|
11
|
-
|
|
12
|
-
Install the package in your project directory with:
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
npm install @xaypay/tui
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Documentation
|
|
19
|
-
|
|
20
|
-
Visit [http://dev.tui.yerevan.am/](http://dev.tui.yerevan.am/) to view the full documentation.
|
|
21
|
-
|
|
22
|
-
## Questions
|
|
23
|
-
|
|
24
|
-
For how-to questions that don't involve making changes to the code base, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/tui) instead of GitHub issues.
|
|
25
|
-
Use the "tui" tag on Stack Overflow to make it easier for the community to find your question.
|
|
26
|
-
|
|
27
|
-
## Examples
|
|
28
|
-
|
|
29
|
-
Our documentation features [of example components](http://dev.tui.yerevan.am/).
|
|
30
|
-
|
|
31
|
-
## Changelog
|
|
32
|
-
|
|
33
|
-
The [changelog](http://dev.tui.yerevan.am/?path=/story/intro-changelog--page) is regularly updated to reflect what's changed in each new release.
|
|
34
|
-
|
|
35
|
-
## License
|
|
36
|
-
|
|
37
|
-
This project is licensed under the terms of the
|
|
38
|
-
[TUI license](/LICENSE).
|