typeach
v0.0.15
Published
A lil unstyled component library for Vue focused on accessibility
Downloads
190
Maintainers
Readme
Typeach 🍑 (wip)
With npm i typeach
you can install yet another unstyled component library for Vue focused on accessibility.
Please read the documentation, and feel free to open an issue if you encounter any problems or spot anything weird.
Running typeach locally
Install dependencies with pnpm i
.
# Run tests
pnpm run test
# Run documentation
pnpm run docs:dev
# Build
pnpm run build