Discussions

Attribute Value

<AttributeValue />

Overview

The <AttributeValue> will display the translated selected value of an attribute.

Code Examples

import { AttributeValue } from '@threekit-tools/treble';

const Component = () => {
  return (
    <div>
      <AttributeValue attribute="Exterior Material"/>
    </div>
  );
};

Props

TypeDescriptionTypeDefault
attributeThe name of the attribute you want to display the value of.string''
classNameA className to the display container.string''