Simplistika is a linear and straightforward design language.
simplistika.css is a single-file, lightweight, responsive and modern CSS framework.
- Incredibly KISS.
- Lightweight (~2.11kB minzipped), blazing fast.
- Flexbox-based, responsive and mobile-friendly layout
- Elegantly designed and developed elements and components
- Getting started
- Documentation and Usage
- Compatibility
- Contributing
- Contributors
- Community
- Versioning
- Copyright and License
simplistika.css is available via either direct installation, NPM, Yarn, or a CDN.
- Clone the file wherever you want via wget or curl
wget https://raw.githubusercontent.com/Webments/simplistika.css/master/simplistika.min.css
or
curl -o simplistika.css "https://raw.githubusercontent.com/Webments/simplistika.css/master/simplistika.min.css"
- Insert the line below to your head area in your HTML file
<!-- index.html (that is just an example)-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="simplistika-min.css" />
</head>
<body></body>
</html>
- Obtain the package via NPM
npm i webments-simplistika
- Insert the line below to your head area in your HTML file
<!-- index.html (that is just an example)-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="node_modules/webments-simplistika/simplistika.min.css" />
</head>
<body></body>
</html>
- Obtain the package via Yarn
yarn add webments-simplistika
- Insert the line below to your head area in your HTML file
<!-- index.html (that is just an example)-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="node_modules/webments-simplistika/simplistika.min.css" />
</head>
<body></body>
</html>
- Obtain the stylesheet via unpkg.com CDN. The latest option automatically uses the latest release version which might include radical and important changes such as class name changes which may result in broken styles in your projects. You might want to consider using a version-specific release.
https://unpkg.com/webments-simplistika@latest/simplistika.min.css
https://unpkg.com/webments-simplistika@[latest_version]/simplistika.min.css
Make sure to replace latest_version to the latest available version from the npm package manager (without the brackets!)
e.g. https://unpkg.com/webments-simplistika@0.1.0/simplistika.min.css
(version number not updated, shown as example)
- Import the CDN from your head area in your HTML file
<!-- index.html (this is just an example)-->
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/webments-simplistika/simplistika.min.css" />
</head>
<body></body>
</html>
You can load a specific version listed in the releases section in this repository like in the example above.
simplistika.css and all other Webments frameworks only provide components based on their design languages.
You can see previews and learn about component usages (documentation) here.
After installing with your favorite method, you can start using the library using the components from the preview page, index.html (same class names are a must per CSS declaration).
simplistika.css is compatible and has been tested with recent versions of
- Chrome
- Edge
- Firefox
- Opera
- Safari
- Internet Explorer (partially supported)
- WebkitGTK
- Surf
- Browsh
The compatibility information above is based on our test and research information and doesn't mean that it won't work with other browsers.
All Webments frameworks are open to contributions from everyone! You can fork the repository, make your changes, and submit as pull requests to help improve them. Make sure to read the Code of Conduct and the Contributing guide before submitting contributions. You can also check out the necessary license information.
Thanks goes to these wonderful people (emoji key):
Arda Γebi π» π¨ π |
Tan A. π» π¨ π |
Enjoying simplistika.css? Join our community to discuss about features, improvements and more!
This framework is maintained under the Semantic Versioning guidelines.
Code and documentation Copyright 2020 The Webments Maintainers and Contributors, Code released under the LGPL-3 (GNU Lesser General Public License v3) License.
This project follows the all-contributors specification. Contributions of any kind welcome!