https://github.com/code-shoily/surface-material
https://github.com/code-shoily/surface-material
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-shoily/surface-material
- Owner: code-shoily
- Created: 2021-10-02T23:56:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T03:38:42.000Z (over 4 years ago)
- Last Synced: 2025-06-03T18:46:03.770Z (about 1 year ago)
- Language: Elixir
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurfaceMaterial
A [Materialize](https://materializecss.github.io/materialize/) wrapper for [Surface UI](https://materializecss.github.io/materialize/).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `surface_material` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:surface_material, "~> 0.1.0"}
]
end
```
## Development
* Install the deps with `mix deps.get`
* Install the JS libs with `cd assets; yarn`
* `mix esbuild default` to get the assets in the `catalogue` repository. (Make sure you're in the project directory. Type `cd ..` if you're still inside `assets` from the previous step)
* `mix dev` to run the development server for the catalogue
* Make changes to the components and test the API out in `http://localhost:4001` via examples or playgrounds.