Package Exports
- sleyt
- sleyt/dist/css/index.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sleyt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 sleyt
Documentation
Development
Building CSS
# Install dependencies
npm install
# Build
npm run build:css
# Watch mode (automatically build when changes are detected)
npm run watch:css
Stylelint
We use Stylelint to maintain code quality.
# Run lint
npm run lint:css
# Auto-fix lint errors
npm run lint:css:fix
Contribution
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.