Skip to content

Latest commit

 

History

History

styles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Custom Styled Components

  • Component based styling
  • Modules like Typography eg: Forms.js, Tables.js where we extend Ant Components or create custom styled components for the app is placed here.

The directory layout

.
│
├── Typography.js           # Custom Typography components.
└── index.js                # Entry exporter file.