Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 821 Bytes

index.js in the components folder

  • index.js in the components folder where we can write export {default as Filename} from "./fileDirectory"

  • then in App.jsx we can Direct call the

Containers

  • Containers contain bigger components having multiple components at the same time, we can think like containers are like the bigger section of the page.

Figma shape

  • Sometimes we don't get that shape which figma shows to us, so we need to shape and size it manually.

Some majorly using websites for designing and animation

Using CSS Special Name

  • A special name for CSS Classname Called BEM -> Block Element Modifier