![Logo](/BrinsilElias/button-stack/raw/main/src/assets/images/atomic-icon.png)
Atomic Component's button collection offers a powerful toolkit for crafting the perfect call-to-action elements for your web interfaces.
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This collection of button components adheres to the principles of Atomic Design. Each button is constructed as a self-contained, and reusable element. This modular approach allows for maximum flexibility and ease of customization when building out your web interfaces.
Please ensure you have Node.js installed on your machine, version 18 or greater. You can download it from the official website NodeJs.
mkdir new-project-name && cd $_
git clone --depth=1 https://github.com/BrinsilElias/button-stack.git && rm -rf ./.git
OR (essentially the same thing with npx + degit)
npx degit BrinsilElias/button-stack#main
npm i
ornpm install
- Install all dependenciesnpm start
- Start the development Servernpm run build
- Build static assets
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Brinsil Elias - @BrinsilE
Project Link: https://github.com/BrinsilElias/button-stack