@andikhadian/component-library
v1.1.1
Published
[Explore the Components](https://react-creme.vercel.app/)
Downloads
15
Readme
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
