Tier Tile
⚠️ Documentation In Progress
This component documentation is currently being developed. The Tier Tile component is available in the SDK and is used to display loyalty tier information, including current tier status, progress, and requirements.
Basic usage example:
jsx
import { TierTile } from '@wlloyalty/wll-react-sdk'
const tile = {
type: 'TIER',
configuration: {
// Configuration details coming soon
}
}
function Example() {
return <TierTile tile={tile} />
}
Check back soon for complete documentation including:
- Full configuration options
- Component states
- Best practices
- Example implementations
- Theming guidelines