Skip to content

Commit 5f3ac35

Browse files
authored
⭐ Update README.md
1 parent 24ec9fd commit 5f3ac35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Or you can include the CSS file directly in your project:
2525
<link rel="stylesheet" href="/node_modules/sstudiosdev-lib/lib/css/sstudios-lib-style.main.css">
2626
```
2727

28+
[View complete list of design components](https://github.com/Sstudios-Dev/Sstudiosdev-lib-css/tree/main/docs/css/design)
29+
2830
# Usage
2931
Once you've installed the library into your project, you can start using its styles and functions as follows:
3032

@@ -35,6 +37,8 @@ To apply a pre-defined CSS animation, simply add the corresponding class to the
3537
<div class="fadeIn">Welcome!</div>
3638
```
3739

40+
[See complete list of animations](https://github.com/Sstudios-Dev/Sstudiosdev-lib-css/tree/main/docs/css/animations)
41+
3842
## JavaScript Functions
3943
To utilize the included JavaScript functions, simply import the module and call the desired function. For example:
4044

@@ -64,6 +68,8 @@ document.addEventListener('DOMContentLoaded', function() {
6468
<script src="/node_modules/sstudiosdev-lib/lib/js/formValidation.js"></script>
6569
```
6670

71+
[See complete list of js functions](https://github.com/Sstudios-Dev/Sstudiosdev-lib-css/tree/main/docs/js)
72+
6773
# Contribution
6874
Contributions are welcome! If you have ideas to enhance this library, please open an issue or submit a pull request. Make sure to follow the contribution guidelines.
6975

0 commit comments

Comments
 (0)