Skip to content

tuchk4/forgekit-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Forgekit components

This project is still experimental, so feedback from component authors would be greatly appreciated!

Some code is still bad in this repo. Some parts are still confused. I will refactor / redev them in next commits

There is an early beginning of the project and there are not a lot of components and features.

Work with css:

Components

Features

Little explanation

Forged components propTypes and defaultProps are merged from all features and origin component. It is clear when use Storybook info addon.

For example if look at <MaterialButton/> with all features:

property propType required default
warning bool no {false}
children node no
success bool no {false}
disabled bool no {false}
clickValue any no
className string no
danger bool no {false}
icon string no
iconPosition string no "left"
onClick func no
onClickOutside func no
onClickOutsideEnabled bool no {true}
raised bool no {false}

But there are now propsTypes and defaultProps at <MaterialButton/> sources.

and so on

🎉

About

Example forgekit components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published