8000 GitHub - mitjafelicijan/spartan at v1.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.
/ spartan Public archive

Spartan minimal UI kit for your applications

License

Notifications You must be signed in to change notification settings

mitjafelicijan/spartan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spartan minimal UI kit

For more information check out this https://spartan-ui.com.

Report bug or enhancement »

Installation

<!-- version 1.5 -->
<link rel="stylesheet" href="//cdn.rawgit.com/mitjafelicijan/spartan/v1.5/dist/spartan.min.css">

<!-- version 1.4 -->
<link rel="stylesheet" href="//cdn.rawgit.com/mitjafelicijan/spartan/v1.4/dist/spartan.min.css">

<!-- version 1.2 -->
<link rel="stylesheet" href="//cdn.rawgit.com/mitjafelicijan/spartan/v1.2/dist/spartan.min.css">

<!-- version 1.1 -->
<link rel="stylesheet" href="//cdn.rawgit.com/mitjafelicijan/spartan/v1.1/dist/spartan.min.css">

<!-- version 1.0 -->
<link rel="stylesheet" href="//cdn.rawgit.com/mitjafelicijan/spartan/v1.0/dist/spartan.min.css">

Why yet another UI kit?

Why develop yet another UI kit? Well the answer to this question is quite simple. I am disappointed every time I dedicate my time to new kit when so many extra functionalities are added that basically becomes unusable.

If I do frontend development I typically develop dashboards and some sort of backends. And I need something very minimal because I add up my own project specific styles on top of it. And I noticed that when I used other kits I spent most 67C4 of my time rewriting already provided components just to satisfy my needs. With this project I am trying to take back control by providing as minimal experience as possible so you can add your own styling on top of it and not be bothered with battling style inheritance.

0