chore: update README 1df44296
Steve · 2025-10-18 13:13 1 file(s) · +5 −5
README.md +5 −5
42 42
43 43
- [x] Implement `norns.json` initialization
44 44
- [x] Improve styles and UX of commands and help menus
45 -
- [ ] Include utility files like types in initialization and `norns.json`
45 +
- [x] Include utility files like types in initialization and `norns.json`
46 46
47 47
**Components**
48 48
50 50
- [x] Contract Call
51 51
- [ ] TX Toasts?
52 52
- [ ] Contract State (similar to contract call but auto loads the state)
53 -
- [ ] Framework compatability
53 +
- [x] Framework compatability
54 54
  - [x] React
55 -
  - [ ] Svelte
56 -
  - [ ] Vue
57 -
- [ ] General types through JSDoc?
55 +
  - [x] Svelte
56 +
  - [x] Vue
57 +
- [x] General types through JSDoc?
58 58
- [ ] Add tailwindcss class/className prop
59 59
- [ ] Styles override if shadcn present?
60 60