JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q67926F
  • License MIT

A minimal and modern CSS framework with glass morphism design and data visualization components

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

npm version

sleyt

English | 日本語

A minimal and modern CSS framework.

NPM

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

Document

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!

Github Sponsors - bmf-san

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.

LICENSE