Skip to content

slk333/mini-ui-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-UI

Minimalist CSS Library. Light Mode only and Drop-in version.

<link rel="stylesheet" href="https://mini-ui.surge.sh/global.css">

or

@import url("https://mini-ui.surge.sh/global.css");

Styled HTML elements

  • button
  • textarea
  • input type="text"
  • select
  • label
  • table
  • hr
  • code
  • pre
  • blockquote

Styled classes

  • subtleButton
  • buttonShape
  • errorText
  • secondaryText
  • container

the buttonShape class aims to make a link looks like a button.

demo:

Please note:

  • Light Mode only (for now) (requires white background)

Todo:

  • accent color button, either outline or filled, fulfilling primary button
  • fix safari issues: set font for code, set background for select
  • reduce gap between label and input

Releases

No releases published

Packages

No packages published