Design tools from the future.
Unleash your creativity with Diagrams
AI-powered design tools.
Themable
paragraph paragraph paragraph paragraph paragraph paragraph
Themable
paragraph paragraph paragraph paragraph paragraph paragraph
Themable
paragraph paragraph paragraph paragraph paragraph paragraph
Apply your own
themingĀ
decisions.
NextUI provides a custom TailwindCSS plugin that allows you to customize the default themes or create your own.
hi
tailwind.config.js
const { nextui } = require("@nextui-org/react");module.exports = { // ... plugins: [ nextui({ themes: { light: { colors: { primary: "#0072f5", } }, dark: { colors: { primary: "#0072f5", } }, }, }),