When writing code, we use prettier for readability and collaboration efficiency.
The file name must be lowercase and must be hyphenated to distinguish between word spacing.
EX) card-box
If you need more arguments. write two hyphenates.
EX) card-box--text
/*
* Title : Example component
* Description : this is example
*/
// ... Some code
/* Example component FINISH */
/* Section Information */
add: some text...
fix: some text...
feat: some text...
doc: some text...
refactor: some text...
test: some text...