@tony-ui-library/core 0.0.2 → 0.0.3
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
|
@@ -17,7 +17,7 @@ Beautiful, accessible Angular components built with **Tailwind CSS v4** and **Si
|
|
|
17
17
|
ng add @tony-ui-library/core
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
-
This installs the package, adds Tailwind CSS v4 if needed, imports `
|
|
20
|
+
This installs the package, adds Tailwind CSS v4 if needed, imports `tony-theme.css`, and provides `TonyUI` in your app config.
|
|
21
21
|
|
|
22
22
|
### Manual
|
|
23
23
|
|
|
@@ -43,7 +43,7 @@ And import the theme in your global styles:
|
|
|
43
43
|
|
|
44
44
|
```css
|
|
45
45
|
@import "tailwindcss";
|
|
46
|
-
@import "@tony-ui-library/core/styles/
|
|
46
|
+
@import "@tony-ui-library/core/styles/tony-theme.css";
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
### Requirements
|
|
@@ -177,8 +177,8 @@ CSS custom properties:
|
|
|
177
177
|
|
|
178
178
|
## Links
|
|
179
179
|
|
|
180
|
-
- [Documentation](https://
|
|
181
|
-
- [Live Demo](https://
|
|
180
|
+
- [Documentation](https://tony-ui.onrender.com/)
|
|
181
|
+
- [Live Demo](https://tony-ui.onrender.com/)
|
|
182
182
|
- [GitHub](https://github.com/EstebanEscobar14/tony-ui)
|
|
183
183
|
- [npm](https://www.npmjs.com/package/@tony-ui-library/core)
|
|
184
184
|
- [Issues](https://github.com/EstebanEscobar14/tony-ui/issues)
|