@nuvoui/core 1.1.3 → 1.1.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 CHANGED
@@ -1,71 +1,64 @@
1
1
  # NuvoUI
2
2
 
3
+ [![GitHub stars](https://img.shields.io/github/stars/NuvoUI/core?style=social)](https://github.com/NuvoUI/core)
4
+ [![GitHub forks](https://img.shields.io/github/forks/NuvoUI/core?style=social)](https://github.com/NuvoUI/core)
5
+ [![npm version](https://img.shields.io/npm/v/@nuvoui/core)](https://www.npmjs.com/package/@nuvoui/core)
3
6
  [![](https://dcbadge.limes.pink/api/server/nWGsbQKE?style=flat&theme=default-inverted)](https://discord.gg/nWGsbQKE)
4
7
 
8
+ ## Welcome to NuvoUI 🎉
5
9
 
6
- NuvoUI isn’t your next shiny, over-engineered UI library. It’s raw, lightweight, and built for one thing: delivering responsive, clean designs fast. If you’re tired of bloated frameworks slowing you down, welcome to NuvoUI.
10
+ NuvoUI is a modern, human-friendly SCSS framework designed for developers who value simplicity, flexibility, and performance. Whether you're a seasoned CSS wizard or just getting started, NuvoUI makes building responsive, performant, and visually stunning web designs a breeze.
7
11
 
8
- ---
9
12
 
10
- ## Why NuvoUI?
13
+ ## Why Choose NuvoUI?
11
14
 
12
- > Simple to start, grows with you.
15
+ **Natural Language-Like Syntax**
16
+ Write CSS that feels intuitive and effortless. Use classes like `px-20` for padding or `px-20@lg` for responsive styles—all without breaking a sweat.
13
17
 
14
- We do not like prefixes. Why make a button like this
18
+ 🔥 **Fully Mixin-Based**
19
+ Seamlessly integrate NuvoUI into your SCSS pipeline. Write reusable, modular, and clean SCSS code with our powerful mixins.
15
20
 
16
- ```html
17
- <button class="btn btn-lg btn-primary btn-round py-40" >...
18
- ```
21
+ 🚀 **Optimized Animations**
22
+ Define animations on the fly. NuvoUI caches animations intelligently, ensuring your code stays DRY (Don't Repeat Yourself).
19
23
 
20
- when you can have, this
21
24
 
22
- ```html
23
- <button class="btn lg primary pill outline py-40" >...
24
- ```
25
25
 
26
- But wait, there is more... lets make it fully responsive
27
- ```html
28
- <button class="btn lg primary pill outline
29
- py-40
30
- py-20@sm
31
- py-80@lg
32
- outline" >...
33
- ```
34
- This will be
26
+ ## Key Features
35
27
 
36
- 1. Use `padding-left: 40px;` and `padding-right: 40px;` as base
37
- 2. Use `padding-left: 20px;` and `padding-right: 20px;` @ small screen
38
- 3. Use `padding-left: 80px;` and `padding-right: 80px;` @ large screen
28
+ - **Dynamic Responsive Design**: Use `@lg`, `@sm`, etc., to generate responsive styles with ease.
29
+ - **Flexible Animations**: Create complex animations with simple mixins like `@include NuvoUI.animate-bounce((horizontal: 3%, duration: 25s))`.
30
+ - **Developer-First Approach**: NuvoUI is built by developers for developers, offering the flexibility to build custom solutions effortlessly.
31
+ - **Simple Installation**: Get started with a single command via npm.
39
32
 
40
- see this feels easy to us to remember ...
33
+ ---
41
34
 
35
+ ## Installation
42
36
 
37
+ To start using NuvoUI, install it via npm or pnpm:
43
38
 
44
- ---
39
+ ```bash
40
+ npm instal @nuvoui/core
41
+ // or
42
+ pnpm install @nuvoui/core
43
+ ```
45
44
 
46
- ## How to Use It
47
45
 
48
- 1. **Install via npm**
49
- ```bash
50
- npm install @nuvoui/core
51
- - or
52
- pnpm install @nuvoui/core
53
- ```
54
46
 
55
- 2. **Import SASS**
47
+ ## Usage Examples
56
48
 
57
- ```scss
58
- @use '@nuvoui/core/src/styles/index.scss' as NuvoUI with (
59
- $column-count: 25,
60
- $color-dark: #1A1A1A,
61
- $color-warning: #F8AF08,
62
- $color-success: #34C759,
63
- ...
64
- );
65
- ```
49
+ ### Example 1: Intuitive HTML Classes
66
50
 
51
+ ```html
52
+ <div class="
53
+ px-40
54
+ px-20@sm
55
+ px-80@lg
56
+ ">
57
+ Responsive Padding Example
58
+ </div>
59
+ ```
67
60
 
68
- Another example
61
+ ### Example 2: Elegant SCSS Mixins
69
62
 
70
63
  ```scss
71
64
  img:nth-child(1) {
@@ -78,7 +71,8 @@ img:nth-child(1) {
78
71
  }
79
72
  ```
80
73
 
81
- will result in (*psst: dont worry, we are using caching...*)
74
+ Generated CSS:
75
+
82
76
  ```css
83
77
  img:nth-child(1) {
84
78
  margin-left: auto;
@@ -87,6 +81,7 @@ img:nth-child(1) {
87
81
  margin-bottom: 40px !important;
88
82
  animation: anim-bounce-0per-3per 25s ease-in-out infinite;
89
83
  }
84
+
90
85
  @keyframes anim-bounce-0per-3per {
91
86
  0% {
92
87
  transform: translateX(-0%) translateY(-3%);
@@ -102,6 +97,20 @@ img:nth-child(1) {
102
97
 
103
98
 
104
99
 
105
- ## There are so many things to do, and we do need to make a documentation. Stay tuned...
100
+ ## Join the NuvoUI Community 🌟
101
+
102
+ We welcome developers of all levels to contribute, suggest features, or just give us a star ⭐️ on GitHub. Let’s build something amazing together!
103
+
104
+ - GitHub: [NuvoUI Core](https://github.com/NuvoUI/core)
105
+ - NPM: [NuvoUI Core Package](https://www.npmjs.com/package/@nuvoui/core)
106
+ - DISOCRD: [NuvoUI Discord](https://discord.gg/nWGsbQKE)
107
+
108
+
109
+ ## License
110
+
111
+
112
+ NuvoUI is open-source and licensed under the [MIT License](https://github.com/NuvoUI/core/blob/main/LICENSE).
113
+
114
+ Feel free to use NuvoUI in your projects—commercial or personal. Just don't forget to give us a shoutout when possible!
106
115
 
107
- ![working](https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExYjV3ZDhyeWp0bno2aTBjMzd5bTltazg0Y29mM2czeDl1aHNxam8xbSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/yYSSBtDgbbRzq/giphy.webp)
116
+ ![working](https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExYjV3ZDhyeWp0bno2aTBjMzd5bTltazg0Y29mM2czeDl1aHNxam8xbSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/yYSSBtDgbbRzq/giphy.webp)