Twind.style

Something lacking or missing? File an issue! Something lacking or missing? File an issue!
Twind Documentation Twind Playground Discussions on GitHub Twind on GitHub Twind on Discord Twind on Mastodon
Switch theme
  • Twind Documentation
    Documentation
  • Twind Packages
    Packages
  • Twind Playground
    Playground
  • Discussions on GitHub
    Discussions
  • Getting Started
    1. Installation
    2. Presets
    3. Integrations
    4. Examples
    5. Features
    6. Migration
    7. Comparison
  • Configuration
    1. Rules
    2. Variants
  • Presets
    1. Autoprefix
    2. Container Queries
    3. Extensions
    4. Line Clamp
    5. Radix UI
    6. Tailwind CSS
    7. Tailwind CSS Forms
    8. Typography
  • Use With
    1. Gatbsy
    2. Lit
    3. Next.js
    4. React
    5. Remix
    6. SvelteKit
    7. Web Components
  • Core Concepts
    1. Reference
    2. Component Styles
  • Advanced
    1. Grouping Syntax
    2. Aliases
    3. Library Mode
    4. IntelliSense
  • Packages
    1. @twind/cdn
    2. @twind/core
    3. @twind/intellisense
    4. @twind/preset-autoprefix
    5. @twind/preset-container-queries
    6. @twind/preset-ext
    7. @twind/preset-line-clamp
    8. @twind/preset-radix-ui
    9. @twind/preset-tailwind
    10. @twind/preset-tailwind-forms
    11. @twind/preset-typography
    12. @twind/with-next
    13. @twind/with-react
    14. @twind/with-remix
    15. @twind/with-sveltekit
    16. @twind/with-web-components
    17. gatsby-plugin-twind

Packages

@twind/intellisense › SuggestionVariant

  1. Hierarchy
  2. Properties
    1. color
    2. description
    3. detail
    4. name
    5. type
    6. value

Hierarchy

  • SuggestionCommon

    ↳ SuggestionVariant

Properties

color

• Optional color: string

Inherited from

SuggestionCommon.color

Defined in

packages/intellisense/src/types.ts:92


description

• Optional description: string

Short info to be displayed inline

Inherited from

SuggestionCommon.description

Defined in

packages/intellisense/src/types.ts:90


detail

• Optional detail: string

Inherited from

SuggestionCommon.detail

Defined in

packages/intellisense/src/types.ts:91


name

• name: string

The full name of the suggested value

Inherited from

SuggestionCommon.name

Defined in

packages/intellisense/src/types.ts:86


type

• type: "variant"

Defined in

packages/intellisense/src/types.ts:96


value

• value: string

The value as it will be used in this context

Inherited from

SuggestionCommon.value

Defined in

packages/intellisense/src/types.ts:88

MIT Licensed © 2023 Twind