Skip to content

Commit dd03666

Browse files
authored
Minor update
1 parent 1f172ab commit dd03666

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/development/design-principles.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ The main goal is to develop a framework for the masses, not a niche library used
1717

1818
## Global Features
1919

20-
When developing new components the thinking needs to be global. New components should work on all chart types, not on one or two chart types.
20+
When developing components the thinking should be global. New components should work on all chart types, not on one or two chart types.
2121

2222
## Naming Convention
2323

2424
Class names should be intuitive and self-explanatory to make it easy to implement without even reading the documentation.
2525

26-
## Direction Free Classes
26+
## Direction-Free Classes
2727

28-
When naming classes we should consider RTL, LTR and BTT languages. Class names should not use direction names (top, bottom, right, left, vertical, horizontal etc.). Direction free names like "start & end" are preferred.
28+
When naming classes we should consider RTL, LTR and BTT languages. Class names should not use direction names (top, bottom, right, left, vertical, horizontal etc.). Direction-free names like "start" & "end" are preferred.
2929

3030
## CSS Customization
3131

3232
Relying on CSS, the framework should be easy to customize using CSS selector. Developers should have the option to target every element and customize it.
3333

3434
## No JavaScript
3535

36-
The core project should not use JS. If it cannot be done using CSS, it won't be part of the framework. Saying that, end users can add their own "plugins" using JS.
36+
The core project should not use JS. If it cannot be done using CSS, it won't be part of the framework. Saying that, end users can add their own "JS Plugins".
3737

3838
## Learn from the Community
3939

40-
We are highly encourage our users to customize their charts and share new methods, innovative techniques and advance use cases with the community.
40+
We are highly encourage our users to customize their charts and share with the community new methods, innovative techniques and advance use cases.

0 commit comments

Comments
 (0)