1.0.11-beta • Published 1 year ago

react-dynamic-buttons v1.0.11-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Contributors Commits Issues Package Version MIT License

About The Project

Product Name Screen Shot

There are many great button libraries and component libraries on Github; however, We tried to gather all functionality we think can be useful for a button in one library.

Here's why:

  • Your will save thousands of kilobytes for just the feature you want.
  • You can customize almost everything.

Built With

React StyledComponents Storybook

Props & Definitions

Use Examples

import ReactDynamicButtons from "react-dynamic-buttons";
// maybe need module import (beta)

function App() {

  return (
    <div className="App">

        <ReactDynamicButtons
          text={"React Dynamic Buttons"}
          variant={"danger"}
          faIcon={"FaReact"}
          iconPosition={"right"}
          size={"large"}
        />

    </div>
  );
}

export default App;

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

1.0.11-beta

1 year ago

1.0.10-beta

1 year ago

1.0.9-beta

1 year ago

1.0.8-beta

1 year ago

1.0.7-beta

1 year ago

1.0.6-beta

1 year ago

1.0.5-beta

1 year ago

1.0.4-beta

1 year ago

1.0.3-beta

1 year ago

1.0.2-beta

1 year ago

1.0.1-beta

1 year ago

1.0.0-beta

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago