1.1.1 • Published 3 years ago
@andikhadian/component-library v1.1.1
React Component Library
🚀 Getting Started
Install the package using npm or yarn
yarn add @andikhadian/component-library
or
npm install @andikhadian/component-library☕ Usage
  import { Button } from "@andikhadian/component-library";
  const App = () => {
    return (
      <div>
        <Button>Hello Button</Button>
      </div>
    );
  };
  export default App;🌍 Browser Support
![]()  | ![]()  | ![]()  | ![]()  | ![]()  | 
|---|---|---|---|---|
| Chrome | Firefox | Microsoft Edge | Opera | Safari | 
🍫 Examples & Documentation
For more thorough examples and the API details visit the main site
To run the Unit tests
npm run test🤝Contributing
Contributions, ideas and PR's are welcome!. Please read the guidelines for more details.
- Fork it
 - Create your feature branch (
git checkout -b new-feature) - Commit your changes (
git commit -am 'Add feature') - Push to the branch (
git push origin new-feature) - Create a new Pull Request
 
1.1.1
3 years ago




