Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tabs) : typescript migration #78

Merged
merged 3 commits into from
Feb 20, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading