Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qmachard/atomic-design-bundle
Atomic Design is a Storybook like made for Symfony and Twig
https://github.com/qmachard/atomic-design-bundle
atomic-design css html storybook symfony twig
Last synced: 2 days ago
JSON representation
Atomic Design is a Storybook like made for Symfony and Twig
- Host: GitHub
- URL: https://github.com/qmachard/atomic-design-bundle
- Owner: qmachard
- License: mit
- Created: 2020-07-08T17:24:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T12:01:18.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T21:48:43.149Z (4 months ago)
- Topics: atomic-design, css, html, storybook, symfony, twig
- Language: PHP
- Homepage:
- Size: 1.29 MB
- Stars: 36
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Atomic Design is a StoryBook like bundle made for Symfony.
🪄 Check out the demo : https://github.com/qmachard/atomic-design-demo-symfony
🎥 See the talk of this subject during AFUP Day 2021 (FR) : https://www.youtube.com/watch?v=QaK1sKtaafM
Installation
------------Atomic Design requires PHP 7.3 or higher and Symfony 4.4 or higher.
Run the following command to install it in your application:
```bash
$ composer require --dev qmachard/atomic-design-bundle
```Read the [Documentation](src/Resources/doc/index.rst) to configure this bundle.
Documentation
-------------Read [Documentation](src/Resources/doc/index.rst) for manual installation and create your first component.
You need help ? [Checkout the Discord](https://discord.com/invite/TzyhKGFRKM)
Contributing
------------Read the [Contributing Guide](CONTRIBUTING.md) and feel free to open a pull-request! 🍻
Licence
-------This software is publishing under the [MIT License](LICENSE.md)
Authors
-------Atomic Design was originally created with heart by [Quentin Machard](https://twitter.com/quentinmachard).