1.0.6 • Published 1 year ago
@andikhadian/changelog-kuy v1.0.6
Changelog Kuy Generation
🚀 Getting Started
Install the package using npm or yarn
yarn add @andikhadian/changelog-kuy
or
npm install @andikhadian/changelog-kuy
☕ 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 storybook
🤝Contributing
Contributions, ideas and PR's are welcome!
- 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