Skip to content

Commit 43465d6

Browse files
committed
Merge branch 'design-system-integration' of https://github.com/CodeSignal/learn_bespoke-template into design-system-integration
2 parents 244345e + 5122aca commit 43465d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ A template for creating consistent help content:
6262
- Boxes/Cards: `box card` for card containers
6363
- Inputs: Add `input` class to input elements: `<input type="text" class="input" />`
6464

65+
4. **Implement your application logic**. You can use Cursor or other agents for it. There is a file called `AGENTS.md` that contains context LLM can use.
66+
5. **Customise your help content** using the help content template
67+
3. **Use Design System Components**
68+
The template uses design system components directly. Use these classes:
69+
- Buttons: `button button-primary`, `button button-secondary`, `button button-danger`, `button button-text`
70+
- Boxes/Cards: `box card` for card containers
71+
- Inputs: Add `input` class to input elements: `<input type="text" class="input" />`
72+
6573
4. **Implement your application logic**. You can use Cursor or other agents for it. There is a file called `AGENTS.md` that contains context LLM can use.
6674
5. **Customise your help content** using the help content template
6775

0 commit comments

Comments
 (0)