https://github.com/mcrumm/bulma_components
HEEx components for the Bulma CSS framework
https://github.com/mcrumm/bulma_components
bulma phoenix phoenix-liveview
Last synced: 23 days ago
JSON representation
HEEx components for the Bulma CSS framework
- Host: GitHub
- URL: https://github.com/mcrumm/bulma_components
- Owner: mcrumm
- License: mit
- Created: 2022-11-02T05:19:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T22:54:57.000Z (about 1 year ago)
- Last Synced: 2025-03-18T17:33:11.094Z (about 1 month ago)
- Topics: bulma, phoenix, phoenix-liveview
- Language: Elixir
- Homepage: https://phx-bulma-components.fly.dev/
- Size: 396 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# BulmaComponents
HEEx components for the [Bulma](https://bulma.io/) CSS framework.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bulma_components` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:bulma_components, "~> 0.1.0"}
]
end
```## Contributing
For those planning to contribute to this project, you can run the storybook with the following command:
$ cd storybook; mix phx.server
## License
MIT License. Copyright (c) 2022 Michael A. Crumm Jr.