Skip to content

Commit 32fbf8f

Browse files
committed
fix(added component list): added component list
1 parent b083a0e commit 32fbf8f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/COMPONENT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1. Button
2+
2. Input
3+
3. Chip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ COMPONENET_NAME={COMPONENT_NAME} COMPONENT_CONFIG_PATH=./{PATH} CURRENT_APP_DIR=
110110

111111
   ```1. PATH``` is a variable i.e. where you want to place config files in your application
112112

113-
   ```2. COMPONENT_NAME``` is a variable i.e. name of the component ```Input```, ```button```, ```CHIP``` (Allow any case)
113+
   ```2. COMPONENT_NAME``` is a variable i.e. name of the component ```Input```, ```button```. [Find the component list](./.github/COMPONENT.md)
114114

115115
#### 4. Passing configuration settings to the fe-theme library using ThemeProvider
116116

0 commit comments

Comments
 (0)