uico

Comprehensive Styling with Modern CSS

MIT License

Downloads
548
Stars
21

Bot releases are visible (Hide)

uico - [email protected] Latest Release

Published by github-actions[bot] about 2 months ago

Patch Changes

87a60f2

  • Increase font-size on code elements not in pre tags.
  • Add comments throughout src CSS
uico - [email protected]

Published by github-actions[bot] about 2 months ago

Minor Changes

  • 350fd06: Updates uico to be a css file instead of a Tailwind plugin.

    This makes it more flexible to be able to be used in any project instead of just Tailwind ones.

    Features

    • Adds base styles, based on Tailwind's preflight styles.
    • Adds typography styles with a prose class, similar to @tailwindcss/typography.
    • Updates docs to include a base and normal OKLCH color palette generators.

    Changes

    • uico now styles elements by default instead of just based on class names. So these extra class names can be removed on the semantic elements. The variant prefix has also been removed. The class names still exist in case you need to style a link like a button for example.
    - <button class="button button-primary">Open</button>
    + <button>Open</button>
    
    - <button class="button button-secondary">Open</button>
    + <button class="secondary">Open</button>
    
    • .card component is removed.
    • Adds ghost variant for .badge class.
    • A variety of custom properties are included to use or override.
    • Default theme colors are now included, or edit these variables to create your theme.
    --base: #637389;
    --accent: #00695f;
    --destructive: #cb304a;
    --light-start: 0.99;
    --light-end: 0.15;
    --chroma-start: 0.005;
    --chroma-end: 0.035;
    --border-radius: 2px;
    
    Using Tailwind

    You can still use uico with Tailwind.

    1. Remove the uico plugin from your Tailwind config.
    2. Remove the typography plugin if you are using it.
    3. Import the uico stylesheet into your css.
uico - 0.2.4

Published by rossrobino 7 months ago

Adds arrow to select element

Full Changelog: https://github.com/rossrobino/uico/compare/0.2.2...0.2.4

uico - 0.2.2

Published by rossrobino 10 months ago

Full Changelog: https://github.com/rossrobino/uico/compare/0.2.1...0.2.2

  • add card foreground color
uico - 0.2.1

Published by rossrobino 10 months ago

Full Changelog: https://github.com/rossrobino/uico/commits/0.2.1

Package Rankings
Top 45.66% on Npmjs.org