JSPM

native-minimal

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

Native-minimal it's a CSS framework that uses simple native HTML tags. So you don't need to learn it at all.

Package Exports

  • native-minimal
  • native-minimal/dist/native-minimal.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 (native-minimal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Native-Minimal

npm version gzip size license

Native-Minimal is a lightweight and modern CSS framework, designed for native HTML5 elements, offering seamless dark and light themes. With just 3kb (1091 bytes gzipped), it's perfect for developers who appreciate clean, minimal, and performance-optimized designs.

Features

  • Designed for native HTML5 elements
  • No need for additional CSS classes
  • Seamless dark and light themes
  • Optimized for performance
  • Beautiful and accessible forms
  • Utility classes for extra flexibility
  • Built with SASS (SCSS)

Installation

You can install Native-Minimal via npm or yarn:

npm install native-minimal
yarn add native-minimal

Usage

Import via CSS

@import 'native-minimal';

Import via SCSS

@import '~native-minimal/src/index.scss';
<link rel="stylesheet" href="path/to/native-minimal.css">

Documentation and Demo

Visit the official Native-Minimal documentation for a complete guide on using the framework and a live demo of styled HTML5 elements.

Contributing

Contributions are always welcome! If you'd like to contribute, please open an issue or submit a pull request on the GitHub repository.

License

Native-Minimal is licensed under the MIT License.