Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

HEEx components for the Bulma CSS framework

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.