Skip to content

Commit 7292c1c

Browse files
committed
Merge branch 'develop' of https://github.com/greenpill-dev-guild/ui-components into develop
2 parents d05c918 + 76ba475 commit 7292c1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
### Settings
1010
1. Create a new directory for the component under the `src/` directory in it's specific category.
1111
2. Copy over an existing components Story and index file and past into the new directory
12-
4. Switch all the old names with the new name with (Cmd+Fn+F2)
12+
4. Switch all the old names with the new name with `Cmd+Fn+F2`
1313
3. Set the component Interface (proprieties) and bring to the main fuction on `index.tsx`
1414
4. Paste from Figma the code on the main function
1515
5. Switch the fixed proprieties values by your Interface proprieties you created
16-
6. Set argTypes on `{component}.stories.ts` exatcly as it is on your `index.tsx` with the control modes
16+
6. Set argTypes on `{NewComponentName}.stories.ts` exatcly as it is on your `index.tsx` with the control modes
1717
7. Set the args for the variants previews too
1818

1919
### Stylishing
2020
1. Link all colors unliked to the Design System tokens using ⌘+Fn+F2
2121
e.g: "text-#000000" -> "text-text-strong-950"
2222
2. Link all fonts to the Design System tokens using ⌘+Fn+F2
23-
e.g: "text-base font-medium font-['Inter'] leading-normal" -> "text-label-md"
23+
e.g: "text-text-strong-950 text-base font-medium font-['Inter'] leading-normal" -> "text-text-strong-950 text-label-md"
2424
3. Set all the icons right with Remix Icons components
25-
4. Make the Tailwind proprieties equal Auto-layout on Figma
25+
4. Make the Tailwind proprieties equal Auto-layout on Figma

0 commit comments

Comments
 (0)