@emberai-engg/task-board 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +11 -0
  2. package/dist/styles.css +2412 -51
  3. package/package.json +5 -3
package/README.md CHANGED
@@ -10,6 +10,17 @@ attachments backed by Google Cloud Storage, and a WYSIWYG markdown editor.
10
10
  npm install @emberai-engg/task-board
11
11
  ```
12
12
 
13
+ Then import the bundled stylesheet once at app start (e.g. in `app/layout.tsx`):
14
+
15
+ ```ts
16
+ import '@emberai-engg/task-board/styles.css';
17
+ ```
18
+
19
+ That's it. The stylesheet is self-contained — Tailwind utilities used by the
20
+ package are pre-compiled into it, so you don't need to add anything to your own
21
+ Tailwind config or `@source` paths. The bundled CSS deliberately omits the
22
+ Tailwind preflight so it won't trample your app's own resets.
23
+
13
24
  ## Quick Start — list page only (slide-over detail)
14
25
 
15
26
  The default `<TaskBoard>` ships with a built-in `<TaskDetailPanel>` slide-over