1.1.1 • Published 1 year ago

@andikhadian/component-library v1.1.1

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

React Component Library

Explore the Components

🚀 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

ChromeFirefoxIEOperaSafari
ChromeFirefoxMicrosoft EdgeOperaSafari

🍫 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.

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am 'Add feature')
  4. Push to the branch (git push origin new-feature)
  5. Create a new Pull Request