You can pass data in components using props in React. Props are nothing but properties which further describe the component and which are necessary for the component to render correctly. You can pass props the same way as you pass html attributes.