sidls

0.1.3 • Public • Published

Sidls

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>

Package Sidebar

Install

npm i sidls

Weekly Downloads

7

Version

0.1.3

License

MIT

Unpacked Size

14.1 kB

Total Files

24

Last publish

Collaborators

  • tayfuuu