native-minimal
v1.0.2
Published
Native-minimal it's a CSS framework that uses simple native HTML tags. So you don't need to learn it at all.
Downloads
10
Maintainers
Readme
Native-Minimal
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 in HTML
<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.