• Stars
    star
    825
  • Rank 55,281 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.

Kutty

Kutty is a tailwind plugin for building web applications. It has a set of accessible and reusable components that are commonly used in web applications.


Also see mynaui.com

  • TailwindCSS UI Components and Templates made without any Plugin.
  • Open Source.
  • Fully Responsive and Accessible.

Installation

npm install kutty --save

This plugin requires Tailwind CSS 3 or later. Tailwind CSS is not included in this package. Learn how to install tailwind here.

Usage

For CSS

Require the installed plugin directly to your Tailwind config:

// tailwind.config.js
plugins: [require("kutty")],

For JS

We bundle AlpineJS v2.8.0 for reactivity in our components. Learn more about AlpineJS here. Place the following script tag before the closing body tag.

<!-- All components in one -->
<script src="https://cdn.jsdelivr.net/npm/kutty@latest/dist/kutty.min.js"></script>
<!-- Single component -->
<!-- Include AlpineJS first -->
<script src="https://cdn.jsdelivr.net/npm/kutty@latest/dist/alpinejs.min.js"></script>
<!-- And then the single component -->
<script src="https://cdn.jsdelivr.net/npm/kutty@latest/dist/dropdown.min.js"></script>

Documentation

View full documentation at https://kutty.netlify.app.

Bugs & Suggestions

Found a bug? Please open a new issue. Use GitHub Discussions for new feature requests.

Development

You need Hugo to run the dev server. If you have Homebrew you can do the following:

brew install hugo

Check this Hugo installation page for installing on other systems.

Then clone the repo, install dependencies, and start the server locally.

git clone https://github.com/praveenjuge/kutty.git
cd kutty
npm install
npm start

Open http://localhost:1313 in your browser.

Scripts Description
npm start Starts a local Hugo server and Tailwind Watcher
npm run production For generating production docs files

License

See the LICENSE file.

More Repositories

1

copybook

Copy book is a collection of texts that are commonly used around the web.
HTML
165
star
2

myna

Perfect UI Components and Templates. Made with TailwindCSS. Open Source. Fully Responsive and Accessible.
HTML
164
star
3

tailwindcss-brand-colors

Tailwind plugin for adding brands colors as background, border and text colors.
JavaScript
85
star
4

windstrap

Tailwind CSS with Bootstrap JS
JavaScript
69
star
5

hugo-SEO-meta-tags

Simple list of SEO tags to use on Hugo sites directly
66
star
6

my-mac-setup

A list of boring installations that I have to do if I flush my Mac or if I ever buy a new one.
31
star
7

mynaui-icons

Beautifully crafted open source icons from Myna UI.
Less
16
star
8

hugo-tailwind-jit

A template repo to make Tailwind JIT work with Hugo.
HTML
13
star
9

simplified-schema

A simple copy-pastable version of Schema.org's content.
HTML
11
star
10

praveenjuge

Source code to my personal website
JavaScript
9
star
11

hugo-tailwind

hugo-tailwind
HTML
7
star
12

nila

UI Components for React with TailwindCSS
JavaScript
6
star
13

XRP-INR-Live-Data

XRP-INR Live Data From btcxindia's API
SCSS
4
star
14

bitbar-plugins

My bitbar plugins.
Shell
3
star
15

Mark

Open Source Project Readme template
2
star
16

revanced.github.io

🌐Repository for the website of ReVanced
Svelte
2
star
17

Emmet-Tutorial

Code for the Video Tutorial
HTML
2
star
18

notes

Some notes for future reference.
HTML
2
star
19

tailwindcss-tokens-DTCG

TailwindCSS Design System tokens in the format of DTCG. You can import this as Figma Variables.
2
star
20

Flexbox-Tutorials

Code for the Flexbox Video Tutorials
CSS
1
star
21

tip-tap-test

JavaScript
1
star
22

cards-test

HTML
1
star
23

code

Some code examples
JavaScript
1
star
24

link-book

1
star
25

GSAP-MAN

Tryouts for GASP JS
HTML
1
star
26

reader

1
star
27

design-dev-links

design-dev-links
JavaScript
1
star
28

website_hugo

Personal Website For Blogs
1
star
29

nextjs-minimal-starter

Fewest files for maximum features
TypeScript
1
star
30

ProjectFrost

Project Frost is the Code Name for our project which we are working on our Final Year in College.
HTML
1
star
31

feed-reader

Handlebars
1
star