Skip to content

Directory Structure

.
├─ assets
│  ├─ css
│  └─ presets
├─ components
└─ index.ts

Entrypoint

index.ts is the entrypoint for the library build process, make sure export every component here.

Components

Use the components directory to create library component

Released under the MIT License.