UNPKG

@cn-ui/core

Version:

The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.

13 lines (11 loc) 188 B
.cn-animate-spin { animation: cn-spin 1s linear infinite; } @keyframes cn-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }