Skip to content

Commit

Permalink
feat(tabs) : typescript migration
Browse files Browse the repository at this point in the history
  • Loading branch information
triathete23 authored and Olivier YOUF committed Feb 18, 2019
1 parent 7fa3948 commit 58a4d98
Show file tree
Hide file tree
Showing 26 changed files with 521 additions and 411 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@

A set of independent components. Awesome library based on HTML and CSS using BEM convention with the JavaScript ReactJS implementation. Each components are autonomous and extensible. Pick and use only what you need!

**How *React-toolkit* does CSS isolation?**
**How _React-toolkit_ does CSS isolation?**

Only by using [BEM (Block Element Modifier)](http://getbem.com) CSS convention. No need of the intricate technologies, just pragatism.

Components are simple to use (just drag and drog it), simple to customize (by using CSS modifier) to your own need. Each component may evaluate internally (HTML, CSS, JS) and minimize an impact on your application.

You can easily build a new app from scratch or integrate some component into existing application.


[html+css documentation website](https://axaguildev.github.io?target=react_toolkit_storybook)
[react storybook website](https://axaguildev.github.io?target=react_toolkit_design)

Expand Down Expand Up @@ -110,7 +109,6 @@ Each component should be autonomous (HTML + CSS + JS) and extensible.
- [HTML/CSS Documentation](https://axaguildev.github.io?target=react_toolkit_storybook)

- React :

- Components are stateless by default
- Some Higher Order Components (HOC) are stateful but feel free to use the stateless one if it fits your use case
- [React documentation](https://axaguildev.github.io?target=react_toolkit_design)
Expand Down
30 changes: 8 additions & 22 deletions examples/demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 58a4d98

Please sign in to comment.