Sailboatui
Sailboat UI is a modern UI component library for Tailwind CSS
Install / Use
/learn @sailboatui/SailboatuiREADME
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.
brew install hugo
- Clone the repository and install the dependencies. Run the development server.
npm run dev
- Open http://localhost:1313/ in your browser.
npm run dev: Run the dev server.npm run build: Build the static site.
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
