Giter Club home page Giter Club logo

uico's Introduction

Read Me

uico is a minimal TailwindCSS plugin that provides CSS components, system font stack utilities, and a drop in oklch color palette. uico works wherever Tailwind does.

The advantage of using a plugin instead of writing custom CSS is that the Tailwind compiler will remove any classes that are not used in the project, ensuring only what is used gets added to the final output.

Install

npm i -D uico

Setup

Config

Import and add the plugin to your tailwind.config, optionally, pass in an optional configuration object. Be sure to upgrade Tailwind to the latest version for type compatibility.

// tailwind.config.ts

import type { Config } from "tailwindcss";
import { uico } from "uico"; // import

export default {
	// ...
	plugins: [
		uico({
			// optional configuration
			// these are the default values
			components: true,
			fonts: true,
			colorFunction: false,
			colorPalette: "hex",
		}),
	],
} satisfies Config;

uico's People

Contributors

rossrobino avatar

Stargazers

Don Kramer avatar Jane Manchun Wong avatar João Palmeiro avatar Duc-Thien Bui avatar Burak Dogruoz avatar Anthony Perez avatar Shayon avatar Victor Login avatar Henrik Våglin avatar  avatar skooch avatar Fernando de la Rosa avatar Liam Clancy avatar Bill Gloff avatar CTRL avatar Erik Skogström avatar Pierre Minik Lynge avatar Amr Tamimi avatar  avatar Praveen avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.