0.1.2 • Published 1 month ago

sidls v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Everything you need to build a solid tailwindcss apps, powered by sidls. Open Source, without javascript and in pure tailwindcss.

--

Installation

Install the preset from npm:

# install via npm or yarn
npm install -D sidls

Then add the preset to your tailwind.config.js file:

/** @type {import('tailwindcss').Config} */
module.exports = {
	// Customizations specific colors to this project
	theme: {
		extend: {
			colors: {
				light: "#f4f4f5",
				primary: "#111927",
				alert: "#ef4444",
			},
		},
	},
	preset: [
		require("sidls"),
		// ...
	],
};

Basic usage

You can now use simple css commands to use the components:

<button class="btn primary">Primary Button</button>
0.1.2

1 month ago

0.1.1

1 month ago

0.1.0

1 month ago

0.0.9

1 month ago

0.0.8

1 month ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.7

1 month ago

0.0.6

1 month ago

0.0.3

1 month ago

0.0.2

1 month ago

0.0.1

1 month ago