https://github.com/haskell-miso/miso-ui
🍜 🎨 A components library in miso, based on ShadCN and Tailwind CSS
https://github.com/haskell-miso/miso-ui
basecoat haskell miso shadcn shadcn-ui tailwind tailwindcss
Last synced: 6 months ago
JSON representation
🍜 🎨 A components library in miso, based on ShadCN and Tailwind CSS
- Host: GitHub
- URL: https://github.com/haskell-miso/miso-ui
- Owner: haskell-miso
- License: bsd-3-clause
- Created: 2025-08-01T23:26:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T01:10:50.000Z (6 months ago)
- Last Synced: 2025-08-02T01:22:27.046Z (6 months ago)
- Topics: basecoat, haskell, miso, shadcn, shadcn-ui, tailwind, tailwindcss
- Language: Haskell
- Homepage: https://miso-ui.haskell-miso.org/
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-miso - miso-ui - Tailwind CSS ShadCN-based styling, uses [Basecoat UI](https://basecoatui.com) (Uncategorized / Uncategorized)
README
:ramen: 🎨 miso-ui
====================
`miso-ui` is a component library that uses [Basecoat](https://basecoatui.com/) to deliver [ShadCN](https://ui.shadcn.com) styling. It uses [Tailwind CSS](https://tailwindcss.com/) utility classes under the hood.
View live [here](https://miso-ui.haskell-miso.org)
### Development
Call `nix develop` to enter a shell with [GHC 9.12.2](https://haskell.org/ghc)
```bash
$ nix develop --experimental-features nix-command --extra-experimental-features flakes
```
Once in the shell, you can call `cabal run` to start the development server and view the application at http://localhost:8080
### Build (Web Assembly)
```bash
$ nix develop .#wasm --command bash -c "make" --experimental-features 'nix-command flakes'
```
### Serve
To host the built application you can call `serve`
```bash
$ nix develop .#wasm --command bash -c "serve" --experimental-features 'nix-command flakes'
```
This comes with a GitHub action that builds and auto hosts the example.