Categoría · Tablas de Precios Nivel de Dificultad · Intermedio Publicado el · 21 de enero de 2024

Tabla de Precios Moderna

Elegante tabla de precios con animaciones hover, destacado de características y diseño responsivo. Incluye etiqueta popular y transiciones suaves.

#pricing #responsive #animations #negocios #features

Diseño Responsivo

Soporte para Modo Oscuro

No

líneas

544

Compatibilidad del Navegador

No

Vista Previa en Vivo

Interactúa con el componente sin salir de la página.

500px

Tabla de Precios Moderna

Una elegante tabla de precios con animaciones hover, destacado de características y diseño completamente responsivo. Incluye toggle para cambio entre precios mensuales y anuales.

Características

  • Diseño responsivo: Se adapta perfectamente a todos los dispositivos
  • Toggle mensual/anual: Cambio dinámico entre planes de facturación
  • Animaciones suaves: Efectos hover y transiciones elegantes
  • Plan destacado: Resalta el plan más popular
  • Iconos de características: Indicadores visuales para cada beneficio

Uso

Perfecto para sitios web de SaaS, aplicaciones web y cualquier negocio que necesite mostrar planes de precios de manera atractiva y profesional.

HTML

155

líneas

CSS

247

líneas

JavaScript

142

líneas


                <div class="pricing-demo">
  <div class="pricing-container">
    <div class="pricing-header">
      <h2>Elige Tu Plan</h2>
      <p>Comienza gratis, actualiza cuando estés listo</p>
      <div class="pricing-toggle">
        <span class="toggle-label">Mensual</span>
        <label class="toggle-switch">
          <input type="checkbox" id="pricing-toggle">
          <span class="toggle-slider"></span>
        </label>
        <span class="toggle-label">Anual</span>
        <span class="toggle-discount">Ahorra 20%</span>
      </div>
    </div>
    
    <div class="pricing-grid">
      <div class="pricing-card">
        <div class="card-header">
          <h3>Iniciador</h3>
          <p>Perfecto para individuales</p>
        </div>
        <div class="card-price">
          <span class="price-currency">\$</span>
          <span class="price-amount" data-monthly="9" data-yearly="86">9</span>
          <span class="price-period">/mes</span>
        </div>
        <ul class="card-features">
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            5 Proyectos
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            10GB Almacenamiento
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Soporte Básico
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Acceso API
          </li>
        </ul>
        <button class="pricing-btn">Comenzar</button>
      </div>

      <div class="pricing-card featured">
        <div class="popular-badge">Más Popular</div>
        <div class="card-header">
          <h3>Profesional</h3>
          <p>Mejor para equipos pequeños</p>
        </div>
        <div class="card-price">
          <span class="price-currency">\$</span>
          <span class="price-amount" data-monthly="29" data-yearly="278">29</span>
          <span class="price-period">/mes</span>
        </div>
        <ul class="card-features">
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Proyectos Ilimitados
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            100GB Almacenamiento
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Soporte Prioritario
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Análisis Avanzados
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Colaboración de Equipo
          </li>
        </ul>
        <button class="pricing-btn featured-btn">Prueba Gratis</button>
      </div>

      <div class="pricing-card">
        <div class="card-header">
          <h3>Empresa</h3>
          <p>Para organizaciones grandes</p>
        </div>
        <div class="card-price">
          <span class="price-currency">\$</span>
          <span class="price-amount" data-monthly="99" data-yearly="950">99</span>
          <span class="price-period">/mes</span>
        </div>
        <ul class="card-features">
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Todo en Profesional
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Almacenamiento Ilimitado
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Soporte 24/7 Dedicado
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Integraciones Personalizadas
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Seguridad Avanzada
          </li>
          <li class="feature-item">
            <svg class="feature-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
              <path d="M20 6L9 17l-5-5"/>
            </svg>
            Garantía SLA
          </li>
        </ul>
        <button class="pricing-btn">Contactar Ventas</button>
      </div>
    </div>
  </div>
</div>

              
155líneas
6359caracteres
HTMLIdioma

Fragmentos de Código Relacionados

Explora packs de plantillas

¿Necesitas bloques más grandes? Descubre landings y colecciones de componentes.

Abrir la biblioteca de plantillas →