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");
- button
- textarea
- input type="text"
- select
- label
- table
- hr
- code
- pre
- blockquote
- subtleButton
- buttonShape
- errorText
- secondaryText
- container
the buttonShape class aims to make a link looks like a button.
demo:
Todo:
- accent color button, either outline or filled, fulfilling primary button
- fix: set background for select
- reduce gap between label and input
- consider if mini-ui has a hidden dependency on the browser default. if yes, we should be explicit. if we want to make it work even with a reset-css, we should then provide style for headings.