SkillAgentSearch skills...

Sailboatui

Sailboat UI is a modern UI component library for Tailwind CSS

Install / Use

/learn @sailboatui/Sailboatui
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="https://sailboatui.com/#gh-light-mode-only" target="_blank"> <img src="./.github/logo-light.svg" width="330" height="70" alt="Sailboat UI"> </a> <a href="https://sailboatui.com/#gh-dark-mode-only" target="_blank"> <img src="./.github/logo-dark.svg" width="330" height="70" alt="Sailboat UI"> </a> </p> <p align="center"> Sailboat UI is a modern UI component library for Tailwind CSS. Get started with 150+ open-source Tailwind CSS components, and make it easy to build your products. </p>

Documentation

For the full documentation, visit sailboatui.com.

Meet our sponsors

| MagickPen| OpenL| magickimg| | --- | ------ | ------| | <a href="https://magickpen.com/"><img src="https://i.ibb.co/cYGPdFz/magickpen.png" alt="magickpen" border="0"></a> | <a href="https://openl.io/"><img src="https://i.ibb.co/cbSt5VF/openl.png" alt="openl" border="0"></a> | <a href="https://magickimg.com/"><img src="https://i.ibb.co/DYJbGm1/magickimg.png" alt="magickimg" border="0"></a> | | AI Writing Assistant, powered by ChatGPT | Amazing Translator, powered by AI | Boost Your images Powered by AI |

Components

<table> <tr> <td >Avatar</td> <td >Badge</td> </tr> <tr> <td > <a href="https://sailboatui.com/docs/components/avatar/" target="_blank" > <img alt="Tailwind CSS Avatar" src="https://sailboatui.com/images/thumb-avatar.png"> </a> </td> <td > <a href="https://sailboatui.com/docs/components/badge/" target="_blank" > <img alt="Tailwind CSS Badge" src="https://sailboatui.com/images/thumb-badge.png"> </a> </td> </tr> <tr> <td >Button</td> <td >Card</td> </tr> <tr> <td > <a href="https://sailboatui.com/docs/components/button/"> <img alt="Tailwind CSS Avatar" src="https://sailboatui.com/images/thumb-button.png"> </a> </td> <td > <a href="https://sailboatui.com/docs/components/card/"> <img alt="Tailwind CSS Badge" src="https://sailboatui.com/images/thumb-card.png"> </a> </td> </tr> <tr> <td >Dropdown</td> <td >Input</td> </tr> <tr> <td > <a href="https://sailboatui.com/docs/components/dropdown/"> <img alt="Tailwind CSS Avatar" src="https://sailboatui.com/images/thumb-dropdown.png"> </a> </td> <td > <a href="https://sailboatui.com/docs/components/input/"> <img alt="Tailwind CSS Badge" src="https://sailboatui.com/images/thumb-input.png"> </a> </td> </tr> <tr> <td >Notification</td> <td >Pagination</td> </tr> <tr> <td > <a href="https://sailboatui.com/docs/components/notification/"> <img alt="Tailwind CSS Avatar" src="https://sailboatui.com/images/thumb-notification.png"> </a> </td> <td > <a href="https://sailboatui.com/docs/components/pagination/"> <img alt="Tailwind CSS Badge" src="https://sailboatui.com/images/thumb-pagination.png"> </a> </td> </tr> <tr> <td colspan="2" align="center"> <a href="https://sailboatui.com/docs/components/accordion/"> View All </a> </td> </tr> </table>

Installation

npm install -D tailwindcss

Sailboat UI is a modern UI component library for Tailwind CSS, you just need to install Tailwind CSS and configure it. Learn how to install Tailwind CSS.

Configuration

You need to add this to your tailwind.config.js file.

// tailwind.config.js
const defaultTheme = require("tailwindcss/defaultTheme");
const colors = require("tailwindcss/colors");
module.exports = {
  content: ["./src/**/*.{html,js}"],
  theme: {
    extend: {
      // Set font family
      fontFamily: {
        sans: ["Inter", ...defaultTheme.fontFamily.sans],
      },
      // Set theme colors (Required config!)
      colors: {
        primary: colors.blue,
        secondary: colors.slate,
      },
    },
  },
  // Add plugins
  plugins: [require("@tailwindcss/typography"), require("@tailwindcss/forms")],
};

More configuration options are available in the Sailboat UI Quick Start.

Development

Sailboat UI is an open-source project that you can contribute to on GitHub. If you appreciate the project, please consider giving it a star to show your support. Thank you.

  1. You need Hugo to run the development server. If you have Homebrew you can do the following:
brew install hugo
  1. Clone the repository and install the dependencies. Run the development server.
npm run dev
  1. Open http://localhost:1313/ in your browser.
  • npm run dev: Run the dev server.
  • npm run build: Build the static site.

Related Skills

View on GitHub
GitHub Stars1.3k
CategoryDevelopment
Updated7d ago
Forks44

Languages

HTML

Security Score

100/100

Audited on Mar 24, 2026

No findings