https://github.com/lightraystech/lightrays
A modern JavaScript/CSS Web Design including themes, accent colors and animations
https://github.com/lightraystech/lightrays
animations css dark-theme design javascript light light-theme modern sass-framework themes web
Last synced: 8 months ago
JSON representation
A modern JavaScript/CSS Web Design including themes, accent colors and animations
- Host: GitHub
- URL: https://github.com/lightraystech/lightrays
- Owner: LightraysTech
- Created: 2020-03-04T15:06:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T16:34:05.000Z (10 months ago)
- Last Synced: 2025-08-25T18:28:23.493Z (10 months ago)
- Topics: animations, css, dark-theme, design, javascript, light, light-theme, modern, sass-framework, themes, web
- Language: HTML
- Homepage: https://lightraystech.github.io/Lightrays/
- Size: 21.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightrays
A modern CSS Web Design including themes, accent colors and animations.
Demo Website: https://lightraystech.github.io/Lightrays/

## Usage
### npm
``` bash
$ npm install github:LightraysTech/Lightrays
```
#### Vite example
``` javascript
main.js:
import 'lightrays';
...
```
### html
Include the following lines in your HTML ``````:
``` html
```
A demo can be found in the "/examples" folder
## Structure
- Lightrays
- Themes (variables)
- Fonts
- Inputs
- Layout
- Components
**Developers:**
- [JAcoder7](https://github.com/JAcoder7 "go to his github-account")
- [Ncoder77](https://github.com/Ncoder77 "go to his github-account")