This page is way outdated, it's mostly just good for previewing colour schemes. TODO: merge with the other typography page.


Theme editor: https://themes.ionevolve.com/

Colours

bg-base-100
bg-base-200
bg-base-300
bg-base-content
bg-primary
bg-primary-focus
bg-primary-content
bg-secondary
bg-secondary-focus
bg-secondary-content
bg-accent
bg-accent-focus
bg-accent-content
bg-neutral
bg-neutral-focus
bg-neutral-content
bg-info
bg-success
bg-warning
bg-error

Buttons

Tabs

Toggles checkbox

Cards

asdf

DaisyUI Card

Rerum reiciendis beatae tenetur excepturi aut pariatur est eos. Sit sit necessitatibus.

Glass

Rerum reiciendis beatae tenetur excepturi aut pariatur est eos. Sit sit necessitatibus veritatis sed molestiae voluptates incidunt iure sapiente.

Rerum reiciendis beatae tenetur excepturi aut pariatur est eos.

Horizontal
NEW

Rerum reiciendis beatae tenetur excepturi aut pariatur est eos. Sit sit necessitatibus veritatis sed molestiae voluptates incidunt iure sapiente.

Image overlay

Rerum reiciendis beatae tenetur excepturi aut pariatur est eos. Sit sit necessitatibus veritatis sed molestiae voluptates incidunt iure sapiente.

Alerts

Dropdowns

Modals

Steps

  • Register
  • Choose plan
  • Purchase
  • Receive Product

Avatars

asdf
asdf
asdf
qwer

Paragraphs with badges

daisyUI adds some style to tailwindcss/typographyso it will use the same theme as other elements. Just make sure on your tailwind.config.js, you have daisyUI aftertailwindcss/typography

Pre / Code panel

module.exports = /...plugins: [ require('tailwindcss/typography'), require('daisyui'), ],

Headings

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Blockquotes

Inventore non totam deserunt est alias ducimus. Corrupti quidem debitis quo corrupti et laborum totam. Ut aperiam et delectus aliquam nulla magnam quis perspiciatis.

Links

Text decorators

You can use the mark tag tohighlighttext.

This line of text is meant to be treated as deleted text.

This line of text is meant to be treated as no longer accurate.

This line of text is meant to be treated as an addition to the document.

This line of text will render as underlined

This line of text is meant to be treated as fine print.

This line rendered as bold text.

This line rendered as italicized text.

attr

HTML

Lists

  • Lorem ipsum dolor sit amet
  • Consectetur adipiscing elit
  • Integer molestie lorem at massa
  • Facilisis in pretium nisl aliquet
  • Nulla volutpat aliquam velit
    • Phasellus iaculis neque
    • Purus sodales ultricies
    • Vestibulum laoreet porttitor sem
    • Ac tristique libero volutpat at
  • Faucibus porta lacus fringilla vel
  • Aenean sit amet erat nunc
  • Eget porttitor lorem

List nesting

  1. Nested lists are rarely a good idea.
    • You might feel like you are being really "organized" or something but you are just creating a gross shape on the screen that is hard to read.
    • Nested navigation in UIs is a bad idea too, keep things as flat as possible.
    • Nesting tons of folders in your source code is also not helpful.
  2. Since we need to have more items, here's another one.
    • I'm not sure if we'll bother styling more than two levels deep.
    • Two is already too much, three is guaranteed to be a bad idea.
    • If you nest four levels deep you belong in prison.
  3. Two items isn't really a list, three is good though.
    • Again please don't nest lists if you want people to actually read your content.
    • Nobody wants to look at this.
    • I'm upset that we even have to bother styling this.

Figures

Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.

Tables

WrestlerOriginFinisher
Bret "The Hitman" HartCalgary, ABSharpshooter
Stone Cold Steve AustinAustin, TXStone Cold Stunner
Randy SavageSarasota, FLElbow Drop
VaderBoulder, COVader Bomb
Razor RamonChuluota, FLRazor's Edge
asdf

Janis Johnson

Accounts Agent

Meredith Mayer

Data Liaison

asdf

Karolann Collins

Direct Interactions Liaison

4,600

Page views

Enable Notifications

To get latest updates

Top 10 UI Components

Colors
UI Design
Creativity

Rerum reiciendis beatae tenetur excepturi aut pariatur est eos. Sit sit necessitatibus veritatis sed molestiae voluptates incidunt iure sapiente.

Downloading...

Colour palette

You can use color names in utility classes just like Tailwind's color names.
These are default utility classes that use color names:
 bg-_COLOR_NAME_text-_COLOR_NAME_border-_COLOR_NAME_from-_COLOR_NAME_via-_COLOR_NAME_to-_COLOR_NAME_placeholder-_COLOR_NAME_divide-_COLOR_NAME_ring-_COLOR_NAME_ring-offset-_COLOR_NAME_

For example these are all the background colors:
Class name
bg-primaryPrimary color
bg-primary-focusPrimary color - focused
bg-primary-contentForeground content color to use on primary color
bg-secondarySecondary color
bg-secondary-focusSecondary color - focused
bg-secondary-contentForeground content color to use on secondary color
bg-accentAccent color
bg-accent-focusAccent color - focused
bg-accent-contentForeground content color to use on accent color
bg-neutralNeutral color
bg-neutral-focusNeutral color - focused
bg-neutral-contentForeground content color to use on neutral color
bg-base-100Base color of page, used for blank backgrounds
bg-base-200Base color, a little darker
bg-base-300Base color, even more darker
bg-base-contentForeground content color to use on base color
bg-infoInfo color
bg-successSuccess color
bg-warningWarning color
bg-errorError color