Skip to Content
Web ComponentsFeature Grid

Feature Grid

Package: @tesserix/web

Import

import { FeatureGrid, FeatureCard, FeatureIcon, FeatureTitle, FeatureDescription, featureCardVariants } from '@tesserix/web'

Source

  • Component: packages/web/src/components/feature-grid/feature-grid.tsx
  • Story: packages/web/src/components/feature-grid/feature-grid.stories.tsx
  • Test: Not found

Status

  • Component implementation file: Present
  • Story file: Present
  • Test file: Missing

Example

import { FeatureGrid } from '@tesserix/web' export function DemoFeatureGrid() { return <FeatureGrid /> }