Libraries
Appearance
. ├─ assets │ ├─ css │ └─ presets ├─ components └─ index.ts
index.ts is the entrypoint for the library build process, make sure export every component here.
index.ts
Use the components directory to create library component
components