0.0.0-dev1 • Published 3 years ago

@norbertbaran/react-components v0.0.0-dev1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

React components

React components is the React library providing reusable UI components.

It currently provides the following components: 1. Header 2. Footer 3. Paper 4. SignIn 5. SignUp 6. Restore 7. Profile 8. Navbar 9. Socialmedia

For more information check the project's documentation: React Components Storybook

How to start using above components in your own projects?

It's simple! Just add following dependency to your React project's package.json file:

"dependencies": {
  ...
  "@norbertbaran/react-components": "0.0.0-dev0",
  ...
}