4irbnb

Replicating airbnb following the atomic design principles...

View the Project on GitHub kokiebisu/4irbnb

Home > @nextbnb/common > Experience

Experience class

Class to create the Experience instance

Signature:

export declare class Experience 

Remarks

Do not instantiate using the class directory. Used the factory function createExperience

Constructors

Constructor Modifiers Description
(constructor)({ id, title, imgUrls })   Constructs a new instance of the Experience class

Properties

Property Modifiers Type Description
id   string  
imgUrls   string[]  
title   string