0.1.8 • Published 4 months ago

sp-star v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

SP-Star

Local development

npm run storybook

Local debug

npm link
cd your-project
npm link sp-star

Local usage

npm i sp-star

// import the global css file
import "sp-star/es/index.css";

Others

  • All components builded as React Client Component, the output components added the "use client" directive.