sleyt
v1.4.0
Published
A minimal and modern CSS framework with glass morphism design and data visualization components
Maintainers
Readme
sleyt
A minimal and modern CSS framework.
Features
- Glass morphism design with transparency and backdrop blur effects
- Data visualization with bar charts, line charts, and donut charts
- Accessibility-conscious design patterns and semantic markup
- Comprehensive components including forms, buttons, cards, and navigation
- Responsive design support with mobile-first approach
- Dark mode support with automatic theme switching
- CSS-only implementation with no JavaScript dependencies
Installation
npm i sleytDocumentation
Demo
Development
Building CSS
# Install dependencies
npm install
# Build
npm run build
# Watch mode (automatically build when changes are detected)
npm run watch:cssLinting
We use Stylelint for CSS and Prettier for HTML.
# Run all lints
npm run lint
# CSS lint only
npm run lint:css
# CSS lint with auto-fix
npm run lint:css:fix
# HTML lint only
npm run lint:html
# HTML lint with auto-fix
npm run lint:html:fixContribution
We welcome issues and pull requests at any time.
Feel free to contribute!
Before contributing, please check the following documents:
Sponsors
If you like this project, consider sponsoring us!
Alternatively, giving us a star would be appreciated!
It helps motivate us to continue maintaining this project. :D
License
This project is licensed under the MIT License.

